public class ReadPipelineRequest extends AmazonWebServiceRequest implements Serializable
ReadPipeline operation.
 The ReadPipeline operation gets detailed information about a pipeline.
NOOP| Constructor and Description | 
|---|
ReadPipelineRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getId()
The identifier of the pipeline to read. 
 | 
int | 
hashCode()  | 
void | 
setId(String id)
The identifier of the pipeline to read. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
ReadPipelineRequest | 
withId(String id)
The identifier of the pipeline to read. 
 | 
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getId()
 Constraints:
 Pattern: ^\d{13}-\w{6}$
public void setId(String id)
 Constraints:
 Pattern: ^\d{13}-\w{6}$
id - The identifier of the pipeline to read.public ReadPipelineRequest withId(String id)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Pattern: ^\d{13}-\w{6}$
id - The identifier of the pipeline to read.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.