Class ValidatePipelineDefinitionRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
Contains the parameters for ValidatePipelineDefinition.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe parameter objects used with the pipeline.The parameter values used with the pipeline.The ID of the pipeline.The objects that define the pipeline changes to validate against the pipeline.inthashCode()voidsetParameterObjects(Collection<ParameterObject> parameterObjects) The parameter objects used with the pipeline.voidsetParameterValues(Collection<ParameterValue> parameterValues) The parameter values used with the pipeline.voidsetPipelineId(String pipelineId) The ID of the pipeline.voidsetPipelineObjects(Collection<PipelineObject> pipelineObjects) The objects that define the pipeline changes to validate against 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 changes to validate against the pipeline.withPipelineObjects(Collection<PipelineObject> pipelineObjects) The objects that define the pipeline changes to validate against the pipeline.Methods inherited from class 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
-
ValidatePipelineDefinitionRequest
public ValidatePipelineDefinitionRequest()
-
-
Method Details
-
setPipelineId
The ID of the pipeline.
- Parameters:
pipelineId- The ID of the pipeline.
-
getPipelineId
-
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 changes to validate against the pipeline.
- Returns:
- The objects that define the pipeline changes to validate against the pipeline.
-
setPipelineObjects
The objects that define the pipeline changes to validate against the pipeline.
- Parameters:
pipelineObjects- The objects that define the pipeline changes to validate against the pipeline.
-
withPipelineObjects
The objects that define the pipeline changes to validate against the pipeline.
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 changes to validate against the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPipelineObjects
public ValidatePipelineDefinitionRequest withPipelineObjects(Collection<PipelineObject> pipelineObjects) The objects that define the pipeline changes to validate against the pipeline.
- Parameters:
pipelineObjects- The objects that define the pipeline changes to validate against the pipeline.- 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 ValidatePipelineDefinitionRequest 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
public ValidatePipelineDefinitionRequest withParameterValues(Collection<ParameterValue> parameterValues) 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
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-