@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteResiliencyPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteResiliencyPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteResiliencyPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getPolicyArn()
Amazon Resource Name (ARN) of the resiliency policy.
|
int |
hashCode() |
void |
setPolicyArn(String policyArn)
Amazon Resource Name (ARN) of the resiliency policy.
|
String |
toString()
Returns a string representation of this object.
|
DeleteResiliencyPolicyResult |
withPolicyArn(String policyArn)
Amazon Resource Name (ARN) of the resiliency policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPolicyArn(String policyArn)
Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition
:resiliencehub:region:account:resiliency-policy/policy-id. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
policyArn - Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:
partition:resiliencehub:region:account:resiliency-policy/
policy-id. For more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.public String getPolicyArn()
Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition
:resiliencehub:region:account:resiliency-policy/policy-id. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
partition:resiliencehub:region:account:resiliency-policy/
policy-id. For more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.public DeleteResiliencyPolicyResult withPolicyArn(String policyArn)
Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition
:resiliencehub:region:account:resiliency-policy/policy-id. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
policyArn - Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:
partition:resiliencehub:region:account:resiliency-policy/
policy-id. For more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.public String toString()
toString in class ObjectObject.toString()public DeleteResiliencyPolicyResult clone()