@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutPipelineDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for PutPipelineDefinition.
NOOP| Constructor and Description | 
|---|
PutPipelineDefinitionRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
PutPipelineDefinitionRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
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. 
 | 
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. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
PutPipelineDefinitionRequest | 
withParameterObjects(Collection<ParameterObject> parameterObjects)
 The parameter objects used with the pipeline. 
 | 
PutPipelineDefinitionRequest | 
withParameterObjects(ParameterObject... parameterObjects)
 The parameter objects used with the pipeline. 
 | 
PutPipelineDefinitionRequest | 
withParameterValues(Collection<ParameterValue> parameterValues)
 The parameter values used with the pipeline. 
 | 
PutPipelineDefinitionRequest | 
withParameterValues(ParameterValue... parameterValues)
 The parameter values used with the pipeline. 
 | 
PutPipelineDefinitionRequest | 
withPipelineId(String pipelineId)
 The ID of the pipeline. 
 | 
PutPipelineDefinitionRequest | 
withPipelineObjects(Collection<PipelineObject> pipelineObjects)
 The objects that define the pipeline. 
 | 
PutPipelineDefinitionRequest | 
withPipelineObjects(PipelineObject... pipelineObjects)
 The objects that define the pipeline. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setPipelineId(String pipelineId)
The ID of the pipeline.
pipelineId - The ID of the pipeline.public String getPipelineId()
The ID of the pipeline.
public PutPipelineDefinitionRequest withPipelineId(String pipelineId)
The ID of the pipeline.
pipelineId - The ID of the pipeline.public List<PipelineObject> getPipelineObjects()
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
public void setPipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
pipelineObjects - The objects that define the pipeline. These objects overwrite the existing pipeline definition.public PutPipelineDefinitionRequest withPipelineObjects(PipelineObject... pipelineObjects)
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) or withPipelineObjects(java.util.Collection) if you
 want to override the existing values.
 
pipelineObjects - The objects that define the pipeline. These objects overwrite the existing pipeline definition.public PutPipelineDefinitionRequest withPipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
pipelineObjects - The objects that define the pipeline. These objects overwrite the existing pipeline definition.public List<ParameterObject> getParameterObjects()
The parameter objects used with the pipeline.
public void setParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
parameterObjects - The parameter objects used with the pipeline.public PutPipelineDefinitionRequest 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) or withParameterObjects(java.util.Collection) if you
 want to override the existing values.
 
parameterObjects - The parameter objects used with the pipeline.public PutPipelineDefinitionRequest withParameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
parameterObjects - The parameter objects used with the pipeline.public List<ParameterValue> getParameterValues()
The parameter values used with the pipeline.
public void setParameterValues(Collection<ParameterValue> parameterValues)
The parameter values used with the pipeline.
parameterValues - The parameter values used with the pipeline.public PutPipelineDefinitionRequest 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) or withParameterValues(java.util.Collection) if you
 want to override the existing values.
 
parameterValues - The parameter values used with the pipeline.public PutPipelineDefinitionRequest withParameterValues(Collection<ParameterValue> parameterValues)
The parameter values used with the pipeline.
parameterValues - The parameter values used with the pipeline.public String toString()
toString in class ObjectObject.toString()public PutPipelineDefinitionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()