@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartPipelineExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
 Represents the input of a StartPipelineExecution action.
 
NOOP| Constructor and Description | 
|---|
StartPipelineExecutionRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
StartPipelineExecutionRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getClientRequestToken()
 The system-generated unique ID used to identify a unique execution request. 
 | 
String | 
getName()
 The name of the pipeline to start. 
 | 
int | 
hashCode()  | 
void | 
setClientRequestToken(String clientRequestToken)
 The system-generated unique ID used to identify a unique execution request. 
 | 
void | 
setName(String name)
 The name of the pipeline to start. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
StartPipelineExecutionRequest | 
withClientRequestToken(String clientRequestToken)
 The system-generated unique ID used to identify a unique execution request. 
 | 
StartPipelineExecutionRequest | 
withName(String name)
 The name of the pipeline to start. 
 | 
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 setName(String name)
The name of the pipeline to start.
name - The name of the pipeline to start.public String getName()
The name of the pipeline to start.
public StartPipelineExecutionRequest withName(String name)
The name of the pipeline to start.
name - The name of the pipeline to start.public void setClientRequestToken(String clientRequestToken)
The system-generated unique ID used to identify a unique execution request.
clientRequestToken - The system-generated unique ID used to identify a unique execution request.public String getClientRequestToken()
The system-generated unique ID used to identify a unique execution request.
public StartPipelineExecutionRequest withClientRequestToken(String clientRequestToken)
The system-generated unique ID used to identify a unique execution request.
clientRequestToken - The system-generated unique ID used to identify a unique execution request.public String toString()
toString in class ObjectObject.toString()public StartPipelineExecutionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()