Class PutPipelineDefinitionRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Contains the parameters for PutPipelineDefinition.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The parameter objects used with the pipeline.The parameter values used with the pipeline.The ID of the pipeline.The objects that define the pipeline.int
hashCode()
void
setParameterObjects
(Collection<ParameterObject> parameterObjects) The parameter objects used with the pipeline.void
setParameterValues
(Collection<ParameterValue> parameterValues) The parameter values used with the pipeline.void
setPipelineId
(String pipelineId) The ID of the pipeline.void
setPipelineObjects
(Collection<PipelineObject> pipelineObjects) The objects that define the pipeline.toString()
Returns a string representation of this object; useful for testing and debugging.withParameterObjects
(ParameterObject... parameterObjects) The parameter objects used with the pipeline.withParameterObjects
(Collection<ParameterObject> parameterObjects) The parameter objects used with the pipeline.withParameterValues
(ParameterValue... parameterValues) The parameter values used with the pipeline.withParameterValues
(Collection<ParameterValue> parameterValues) The parameter values used with the pipeline.withPipelineId
(String pipelineId) The ID of the pipeline.withPipelineObjects
(PipelineObject... pipelineObjects) The objects that define the pipeline.withPipelineObjects
(Collection<PipelineObject> pipelineObjects) The objects that define the pipeline.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
PutPipelineDefinitionRequest
public PutPipelineDefinitionRequest()
-
-
Method Details
-
setPipelineId
The ID of the pipeline.
- Parameters:
pipelineId
- The ID of the pipeline.
-
getPipelineId
The ID of the pipeline.
- Returns:
- The ID of the pipeline.
-
withPipelineId
The ID of the pipeline.
- Parameters:
pipelineId
- The ID of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getPipelineObjects
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
- Returns:
- The objects that define the pipeline. These objects overwrite the existing pipeline definition.
-
setPipelineObjects
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
- Parameters:
pipelineObjects
- The objects that define the pipeline. These objects overwrite the existing pipeline definition.
-
withPipelineObjects
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
NOTE: This method appends the values to the existing list (if any). Use
setPipelineObjects(java.util.Collection)
orwithPipelineObjects(java.util.Collection)
if you want to override the existing values.- Parameters:
pipelineObjects
- The objects that define the pipeline. These objects overwrite the existing pipeline definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPipelineObjects
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
- Parameters:
pipelineObjects
- The objects that define the pipeline. These objects overwrite the existing pipeline definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getParameterObjects
The parameter objects used with the pipeline.
- Returns:
- The parameter objects used with the pipeline.
-
setParameterObjects
The parameter objects used with the pipeline.
- Parameters:
parameterObjects
- The parameter objects used with the pipeline.
-
withParameterObjects
The parameter objects used with the pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setParameterObjects(java.util.Collection)
orwithParameterObjects(java.util.Collection)
if you want to override the existing values.- Parameters:
parameterObjects
- The parameter objects used with the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withParameterObjects
public PutPipelineDefinitionRequest withParameterObjects(Collection<ParameterObject> parameterObjects) The parameter objects used with the pipeline.
- Parameters:
parameterObjects
- The parameter objects used with the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getParameterValues
The parameter values used with the pipeline.
- Returns:
- The parameter values used with the pipeline.
-
setParameterValues
The parameter values used with the pipeline.
- Parameters:
parameterValues
- The parameter values used with the pipeline.
-
withParameterValues
The parameter values used with the pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setParameterValues(java.util.Collection)
orwithParameterValues(java.util.Collection)
if you want to override the existing values.- Parameters:
parameterValues
- The parameter values used with the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withParameterValues
The parameter values used with the pipeline.
- Parameters:
parameterValues
- The parameter values used with the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-