public class DescribePipelinesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Contains the parameters for DescribePipelines.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
pipelineIds
The IDs of the pipelines to describe.
|
NOOP
Constructor and Description |
---|
DescribePipelinesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribePipelinesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getPipelineIds()
The IDs of the pipelines to describe.
|
int |
hashCode() |
void |
setPipelineIds(java.util.Collection<java.lang.String> pipelineIds)
The IDs of the pipelines to describe.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribePipelinesRequest |
withPipelineIds(java.util.Collection<java.lang.String> pipelineIds)
The IDs of the pipelines to describe.
|
DescribePipelinesRequest |
withPipelineIds(java.lang.String... pipelineIds)
The IDs of the pipelines to describe.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.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.
public java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribePipelinesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()