Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class DescribePipelinesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.datapipeline.model.DescribePipelinesRequest
All Implemented Interfaces:
java.io.Serializable

public class DescribePipelinesRequest
extends AmazonWebServiceRequest
implements java.io.Serializable

Container for the parameters to the 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.

See Also:
DataPipeline.describePipelines(DescribePipelinesRequest), Serialized Form

Constructor Summary
DescribePipelinesRequest()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<java.lang.String> getPipelineIds()
          Identifiers of the pipelines to describe.
 int hashCode()
           
 void setPipelineIds(java.util.Collection<java.lang.String> pipelineIds)
          Identifiers 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)
          Identifiers of the pipelines to describe.
 DescribePipelinesRequest withPipelineIds(java.lang.String... pipelineIds)
          Identifiers of the pipelines to describe.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribePipelinesRequest

public DescribePipelinesRequest()
Method Detail

getPipelineIds

public java.util.List<java.lang.String> getPipelineIds()
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.

Returns:
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.

setPipelineIds

public void setPipelineIds(java.util.Collection<java.lang.String> 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.

Parameters:
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.

withPipelineIds

public DescribePipelinesRequest withPipelineIds(java.lang.String... 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

withPipelineIds

public DescribePipelinesRequest withPipelineIds(java.util.Collection<java.lang.String> 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.