|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.datapipeline.model.DescribePipelinesRequest
public class DescribePipelinesRequest
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.
DataPipeline.describePipelines(DescribePipelinesRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribePipelinesRequest()
|
Method Summary | |
---|---|
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. |
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 |
---|
public DescribePipelinesRequest()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |