@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelImageCreationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CancelImageCreationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CancelImageCreationRequest |
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 |
getImageBuildVersionArn()
The Amazon Resource Name (ARN) of the image that you want to cancel creation for.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
void |
setImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image that you want to cancel creation for.
|
String |
toString()
Returns a string representation of this object.
|
CancelImageCreationRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
CancelImageCreationRequest |
withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image that you want to cancel creation for.
|
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 setImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image that you want to cancel creation for.
imageBuildVersionArn - The Amazon Resource Name (ARN) of the image that you want to cancel creation for.public String getImageBuildVersionArn()
The Amazon Resource Name (ARN) of the image that you want to cancel creation for.
public CancelImageCreationRequest withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image that you want to cancel creation for.
imageBuildVersionArn - The Amazon Resource Name (ARN) of the image that you want to cancel creation for.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 CancelImageCreationRequest 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 CancelImageCreationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()