@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutImageRecipePolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutImageRecipePolicyResult() |
Modifier and Type | Method and Description |
---|---|
PutImageRecipePolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getImageRecipeArn()
The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image 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.
|
PutImageRecipePolicyResult |
withImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
|
PutImageRecipePolicyResult |
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 PutImageRecipePolicyResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public void setImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.public String getImageRecipeArn()
The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
public PutImageRecipePolicyResult withImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.public String toString()
toString
in class Object
Object.toString()
public PutImageRecipePolicyResult clone()