public class GetPipelineDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetPipelineDefinition operation
.
Returns the definition of the specified pipeline. You can call GetPipelineDefinition to retrieve the pipeline definition you provided using PutPipelineDefinition.
NOOP
Constructor and Description |
---|
GetPipelineDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
GetPipelineDefinitionRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setPipelineId(String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\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: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\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: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\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: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\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: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\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 GetPipelineDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.