public class ReadPipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The ReadPipelineRequest
structure.
NOOP
Constructor and Description |
---|
ReadPipelineRequest() |
Modifier and Type | Method and Description |
---|---|
ReadPipelineRequest |
clone() |
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, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setId(String id)
The identifier of the pipeline to read.
id
- The identifier of the pipeline to read.public String getId()
The identifier of the pipeline to read.
public ReadPipelineRequest withId(String id)
The identifier of the pipeline to read.
id
- The identifier of the pipeline to read.public String toString()
toString
in class Object
Object.toString()
public ReadPipelineRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.