@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelImageCreationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelImageCreationResult() |
Modifier and Type | Method and Description |
---|---|
CancelImageCreationResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency token that was used for this request.
|
String |
getImageBuildVersionArn()
The Amazon Resource Name (ARN) of the image whose creation has been cancelled.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The idempotency token that was used for this request.
|
void |
setImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image whose creation has been cancelled.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
CancelImageCreationResult |
withClientToken(String clientToken)
The idempotency token that was used for this request.
|
CancelImageCreationResult |
withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image whose creation has been cancelled.
|
CancelImageCreationResult |
withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public String getRequestId()
The request ID that uniquely identifies this request.
public CancelImageCreationResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public void setClientToken(String clientToken)
The idempotency token that was used for this request.
clientToken
- The idempotency token that was used for this request.public String getClientToken()
The idempotency token that was used for this request.
public CancelImageCreationResult withClientToken(String clientToken)
The idempotency token that was used for this request.
clientToken
- The idempotency token that was used for this request.public void setImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image whose creation has been cancelled.
imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image whose creation has been cancelled.public String getImageBuildVersionArn()
The Amazon Resource Name (ARN) of the image whose creation has been cancelled.
public CancelImageCreationResult withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image whose creation has been cancelled.
imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image whose creation has been cancelled.public String toString()
toString
in class Object
Object.toString()
public CancelImageCreationResult clone()