@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetPipelineRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetPipelineRequest |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineName()
The name of the pipeline to get information about.
|
int |
hashCode() |
void |
setPipelineName(String pipelineName)
The name of the pipeline to get information about.
|
String |
toString()
Returns a string representation of this object.
|
GetPipelineRequest |
withPipelineName(String pipelineName)
The name of the pipeline to get information about.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setPipelineName(String pipelineName)
The name of the pipeline to get information about.
pipelineName - The name of the pipeline to get information about.public String getPipelineName()
The name of the pipeline to get information about.
public GetPipelineRequest withPipelineName(String pipelineName)
The name of the pipeline to get information about.
pipelineName - The name of the pipeline to get information about.public String toString()
toString in class ObjectObject.toString()public GetPipelineRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.