public class DescribePipelinesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribePipelines operation
.
Retrieves metadata about one or more pipelines. The information retrieved includes the name of the pipeline, the pipeline identifier, its current state, and the user account that owns the pipeline. Using account credentials, you can retrieve metadata about pipelines that you or your IAM users have created. If you are using an IAM user account, you can retrieve metadata about only those pipelines for which you have read permissions.
To retrieve the full pipeline definition instead of metadata about the pipeline, call GetPipelineDefinition.
NOOP
Constructor and Description |
---|
DescribePipelinesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribePipelinesRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<String> getPipelineIds()
public void setPipelineIds(Collection<String> pipelineIds)
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)
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.
Returns a reference to this object so that method calls can be chained together.
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)
Returns a reference to this object so that method calls can be chained together.
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 Object
Object.toString()
public DescribePipelinesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.