@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartImagePipelineExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartImagePipelineExecutionRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartImagePipelineExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
String |
getImagePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
void |
setImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
|
String |
toString()
Returns a string representation of this object.
|
StartImagePipelineExecutionRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
StartImagePipelineExecutionRequest |
withImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
|
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 setImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
imagePipelineArn - The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.public String getImagePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
public StartImagePipelineExecutionRequest withImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
imagePipelineArn - The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.public void setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
clientToken - Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information,
see Ensuring
idempotency in the Amazon EC2 API Reference.public String getClientToken()
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
public StartImagePipelineExecutionRequest withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
clientToken - Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information,
see Ensuring
idempotency in the Amazon EC2 API Reference.public String toString()
toString in class ObjectObject.toString()public StartImagePipelineExecutionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()