Class ValidatePipelineDefinitionRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class ValidatePipelineDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for ValidatePipelineDefinition.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ValidatePipelineDefinitionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidatePipelineDefinitionRequest
clone()
Creates a shallow clone of this request.boolean
equals(Object obj)
List<ParameterObject>
getParameterObjects()
The parameter objects used with the pipeline.List<ParameterValue>
getParameterValues()
The parameter values used with the pipeline.String
getPipelineId()
The ID of the pipeline.List<PipelineObject>
getPipelineObjects()
The objects that define the pipeline changes to validate against 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 changes to validate against the pipeline.String
toString()
Returns a string representation of this object; useful for testing and debugging.ValidatePipelineDefinitionRequest
withParameterObjects(ParameterObject... parameterObjects)
The parameter objects used with the pipeline.ValidatePipelineDefinitionRequest
withParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.ValidatePipelineDefinitionRequest
withParameterValues(ParameterValue... parameterValues)
The parameter values used with the pipeline.ValidatePipelineDefinitionRequest
withParameterValues(Collection<ParameterValue> parameterValues)
The parameter values used with the pipeline.ValidatePipelineDefinitionRequest
withPipelineId(String pipelineId)
The ID of the pipeline.ValidatePipelineDefinitionRequest
withPipelineObjects(PipelineObject... pipelineObjects)
The objects that define the pipeline changes to validate against the pipeline.ValidatePipelineDefinitionRequest
withPipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline changes to validate against 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
-
-
-
-
Method Detail
-
setPipelineId
public void setPipelineId(String pipelineId)
The ID of the pipeline.
- Parameters:
pipelineId
- The ID of the pipeline.
-
getPipelineId
public String getPipelineId()
The ID of the pipeline.
- Returns:
- The ID of the pipeline.
-
withPipelineId
public ValidatePipelineDefinitionRequest withPipelineId(String pipelineId)
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
public List<PipelineObject> 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
public void setPipelineObjects(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.
-
withPipelineObjects
public ValidatePipelineDefinitionRequest withPipelineObjects(PipelineObject... pipelineObjects)
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
public List<ParameterObject> getParameterObjects()
The parameter objects used with the pipeline.
- Returns:
- The parameter objects used with the pipeline.
-
setParameterObjects
public void setParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
- Parameters:
parameterObjects
- The parameter objects used with the pipeline.
-
withParameterObjects
public ValidatePipelineDefinitionRequest withParameterObjects(ParameterObject... parameterObjects)
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
public List<ParameterValue> getParameterValues()
The parameter values used with the pipeline.
- Returns:
- The parameter values used with the pipeline.
-
setParameterValues
public void setParameterValues(Collection<ParameterValue> parameterValues)
The parameter values used with the pipeline.
- Parameters:
parameterValues
- The parameter values used with the pipeline.
-
withParameterValues
public ValidatePipelineDefinitionRequest withParameterValues(ParameterValue... parameterValues)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ValidatePipelineDefinitionRequest 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:
Object.clone()
-
-