public class DescribePipelinesRequest extends AmazonWebServiceRequest implements Serializable
DescribePipelines operation
.
Retrieve 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 you have read permission for.
To retrieve the full pipeline definition instead of metadata about the pipeline, call the GetPipelineDefinition action.
NOOP
Constructor and Description |
---|
DescribePipelinesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getPipelineIds()
Identifiers of the pipelines to describe.
|
int |
hashCode() |
void |
setPipelineIds(Collection<String> pipelineIds)
Identifiers of the pipelines to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribePipelinesRequest |
withPipelineIds(Collection<String> pipelineIds)
Identifiers of the pipelines to describe.
|
DescribePipelinesRequest |
withPipelineIds(String... pipelineIds)
Identifiers of the pipelines to describe.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<String> getPipelineIds()
public void setPipelineIds(Collection<String> pipelineIds)
pipelineIds
- Identifiers of the pipelines to describe. You can pass as many as 25
identifiers in a single call to DescribePipelines. You can
obtain pipeline identifiers by calling ListPipelines.public DescribePipelinesRequest withPipelineIds(String... pipelineIds)
Returns a reference to this object so that method calls can be chained together.
pipelineIds
- Identifiers of the pipelines to describe. You can pass as many as 25
identifiers in a single call to DescribePipelines. You can
obtain pipeline identifiers by calling ListPipelines.public DescribePipelinesRequest withPipelineIds(Collection<String> pipelineIds)
Returns a reference to this object so that method calls can be chained together.
pipelineIds
- Identifiers of the pipelines to describe. You can pass as many as 25
identifiers in a single call to DescribePipelines. You can
obtain pipeline identifiers by calling ListPipelines.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.