@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()
The idempotency token used to make this request idempotent.
|
String |
getImageBuildVersionArn()
The Amazon Resource Name (ARN) of the image whose creation you want to cancel.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
void |
setImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image whose creation you want to cancel.
|
String |
toString()
Returns a string representation of this object.
|
CancelImageCreationRequest |
withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
CancelImageCreationRequest |
withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image whose creation you want to cancel.
|
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, withSdkRequestTimeout
public void setImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image whose creation you want to cancel.
imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image whose creation you want to cancel.public String getImageBuildVersionArn()
The Amazon Resource Name (ARN) of the image whose creation you want to cancel.
public CancelImageCreationRequest withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image whose creation you want to cancel.
imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image whose creation you want to cancel.public void setClientToken(String clientToken)
The idempotency token used to make this request idempotent.
clientToken
- The idempotency token used to make this request idempotent.public String getClientToken()
The idempotency token used to make this request idempotent.
public CancelImageCreationRequest withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
clientToken
- The idempotency token used to make this request idempotent.public String toString()
toString
in class Object
Object.toString()
public CancelImageCreationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()