public class GetPipelineDefinitionRequest extends AmazonWebServiceRequest implements java.io.Serializable
GetPipelineDefinition operation.
Returns the definition of the specified pipeline. You can call GetPipelineDefinition to retrieve the pipeline definition you provided using PutPipelineDefinition.
| コンストラクタと説明 |
|---|
GetPipelineDefinitionRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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()
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(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object