|
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.GetPipelineDefinitionRequest
public class GetPipelineDefinitionRequest
Container for the parameters to the GetPipelineDefinition operation
.
Returns the definition of the specified pipeline. You can call GetPipelineDefinition to retrieve the pipeline definition you provided using PutPipelineDefinition.
DataPipeline.getPipelineDefinition(GetPipelineDefinitionRequest)
,
Serialized FormConstructor Summary | |
---|---|
GetPipelineDefinitionRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getPipelineId()
The identifier of the pipeline. |
java.lang.String |
getVersion()
The version of the pipeline definition to retrieve. |
int |
hashCode()
|
void |
setPipelineId(java.lang.String pipelineId)
The identifier of the pipeline. |
void |
setVersion(java.lang.String version)
The version of the pipeline definition to retrieve. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetPipelineDefinitionRequest |
withPipelineId(java.lang.String pipelineId)
The identifier of the pipeline. |
GetPipelineDefinitionRequest |
withVersion(java.lang.String version)
The version of the pipeline definition to retrieve. |
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 GetPipelineDefinitionRequest()
Method Detail |
---|
public java.lang.String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
public void setPipelineId(java.lang.String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
pipelineId
- The identifier of the pipeline.public GetPipelineDefinitionRequest withPipelineId(java.lang.String pipelineId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
pipelineId
- The identifier of the pipeline.
public java.lang.String getVersion()
Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*
public void setVersion(java.lang.String version)
Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*
version
- The version of the pipeline definition to retrieve.public GetPipelineDefinitionRequest withVersion(java.lang.String version)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*
version
- The version of the pipeline definition to retrieve.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |