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