@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetContainerRecipeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetContainerRecipeResult() |
Modifier and Type | Method and Description |
---|---|
GetContainerRecipeResult |
clone() |
boolean |
equals(Object obj) |
ContainerRecipe |
getContainerRecipe()
The container recipe object that is returned.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setContainerRecipe(ContainerRecipe containerRecipe)
The container recipe object that is returned.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
GetContainerRecipeResult |
withContainerRecipe(ContainerRecipe containerRecipe)
The container recipe object that is returned.
|
GetContainerRecipeResult |
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 GetContainerRecipeResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public void setContainerRecipe(ContainerRecipe containerRecipe)
The container recipe object that is returned.
containerRecipe
- The container recipe object that is returned.public ContainerRecipe getContainerRecipe()
The container recipe object that is returned.
public GetContainerRecipeResult withContainerRecipe(ContainerRecipe containerRecipe)
The container recipe object that is returned.
containerRecipe
- The container recipe object that is returned.public String toString()
toString
in class Object
Object.toString()
public GetContainerRecipeResult clone()