@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateContainerRecipeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateContainerRecipeResult() |
Modifier and Type | Method and Description |
---|---|
CreateContainerRecipeResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The client token used to make this request idempotent.
|
String |
getContainerRecipeArn()
Returns the Amazon Resource Name (ARN) of the container recipe that the request created.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The client token used to make this request idempotent.
|
void |
setContainerRecipeArn(String containerRecipeArn)
Returns the Amazon Resource Name (ARN) of the container recipe that the request created.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
CreateContainerRecipeResult |
withClientToken(String clientToken)
The client token used to make this request idempotent.
|
CreateContainerRecipeResult |
withContainerRecipeArn(String containerRecipeArn)
Returns the Amazon Resource Name (ARN) of the container recipe that the request created.
|
CreateContainerRecipeResult |
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 CreateContainerRecipeResult 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 client token used to make this request idempotent.
clientToken
- The client token used to make this request idempotent.public String getClientToken()
The client token used to make this request idempotent.
public CreateContainerRecipeResult withClientToken(String clientToken)
The client token used to make this request idempotent.
clientToken
- The client token used to make this request idempotent.public void setContainerRecipeArn(String containerRecipeArn)
Returns the Amazon Resource Name (ARN) of the container recipe that the request created.
containerRecipeArn
- Returns the Amazon Resource Name (ARN) of the container recipe that the request created.public String getContainerRecipeArn()
Returns the Amazon Resource Name (ARN) of the container recipe that the request created.
public CreateContainerRecipeResult withContainerRecipeArn(String containerRecipeArn)
Returns the Amazon Resource Name (ARN) of the container recipe that the request created.
containerRecipeArn
- Returns the Amazon Resource Name (ARN) of the container recipe that the request created.public String toString()
toString
in class Object
Object.toString()
public CreateContainerRecipeResult clone()