@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePipelinesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for DescribePipelines.
NOOP| Constructor and Description | 
|---|
| DescribePipelinesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribePipelinesRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getPipelineIds()
 The IDs of the pipelines to describe. | 
| int | hashCode() | 
| void | setPipelineIds(Collection<String> pipelineIds)
 The IDs of the pipelines to describe. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| DescribePipelinesRequest | withPipelineIds(Collection<String> pipelineIds)
 The IDs of the pipelines to describe. | 
| DescribePipelinesRequest | withPipelineIds(String... pipelineIds)
 The IDs of the pipelines to describe. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getPipelineIds()
The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
public void setPipelineIds(Collection<String> pipelineIds)
The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
pipelineIds - The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain
        pipeline IDs, call ListPipelines.public DescribePipelinesRequest withPipelineIds(String... pipelineIds)
The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
 NOTE: This method appends the values to the existing list (if any). Use
 setPipelineIds(java.util.Collection) or withPipelineIds(java.util.Collection) if you want to
 override the existing values.
 
pipelineIds - The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain
        pipeline IDs, call ListPipelines.public DescribePipelinesRequest withPipelineIds(Collection<String> pipelineIds)
The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
pipelineIds - The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain
        pipeline IDs, call ListPipelines.public String toString()
toString in class ObjectObject.toString()public DescribePipelinesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.