public class GetPipelineDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetPipelineDefinition operation
.
Gets the definition of the specified pipeline. You can call
GetPipelineDefinition
to retrieve the pipeline definition
that 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 ID of the pipeline.
|
String |
getVersion()
The version of the pipeline definition to retrieve.
|
int |
hashCode() |
void |
setPipelineId(String pipelineId)
The ID 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 ID of the pipeline.
|
GetPipelineDefinitionRequest |
withVersion(String version)
The version of the pipeline definition to retrieve.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, 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 ID 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 ID of the pipeline.public String getVersion()
latest
(default) to use the last definition saved to
the pipeline or active
to use the last definition that
was activated.
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
latest
(default) to use the last definition saved to
the pipeline or active
to use the last definition that
was activated.public void setVersion(String version)
latest
(default) to use the last definition saved to
the pipeline or active
to use the last definition 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. Set this parameter
to latest
(default) to use the last definition saved to
the pipeline or active
to use the last definition that
was activated.public GetPipelineDefinitionRequest withVersion(String version)
latest
(default) to use the last definition saved to
the pipeline or active
to use the last definition 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. Set this parameter
to latest
(default) to use the last definition saved to
the pipeline or active
to use the last definition 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.