|
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(Object obj)
|
String |
getPipelineId()
The identifier of the pipeline. |
String |
getVersion()
The version of the pipeline definition to retrieve. |
int |
hashCode()
|
void |
setPipelineId(String pipelineId)
The identifier of the pipeline. |
void |
setVersion(String version)
The version of the pipeline definition to retrieve. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetPipelineDefinitionRequest |
withPipelineId(String pipelineId)
The identifier of the pipeline. |
GetPipelineDefinitionRequest |
withVersion(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 String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
public void setPipelineId(String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
pipelineId
- The identifier of the pipeline.public GetPipelineDefinitionRequest withPipelineId(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 String getVersion()
latest
(default) and
active
. Where latest
indicates the last
definition saved to the pipeline and active
indicates the
last definition of the pipeline that was activated.
Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*
latest
(default) and
active
. Where latest
indicates the last
definition saved to the pipeline and active
indicates the
last definition of the pipeline that was activated.public void setVersion(String version)
latest
(default) and
active
. Where latest
indicates the last
definition saved to the pipeline and active
indicates the
last definition of the pipeline that was activated.
Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*
version
- The version of the pipeline definition to retrieve. This parameter
accepts the values latest
(default) and
active
. Where latest
indicates the last
definition saved to the pipeline and active
indicates the
last definition of the pipeline that was activated.public GetPipelineDefinitionRequest withVersion(String version)
latest
(default) and
active
. Where latest
indicates the last
definition saved to the pipeline and active
indicates the
last definition of the pipeline that was activated.
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. This parameter
accepts the values latest
(default) and
active
. Where latest
indicates the last
definition saved to the pipeline and active
indicates the
last definition of the pipeline that was activated.
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 |