@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()
The Amazon Resource Name (ARN) of the resiliency policy.
|
int |
hashCode() |
void |
setPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the resiliency policy.
|
String |
toString()
Returns a string representation of this object.
|
DeleteResiliencyPolicyResult |
withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the resiliency policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPolicyArn(String policyArn)
The 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 AWS General Reference guide.
policyArn
- The 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 AWS General Reference guide.public String getPolicyArn()
The 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 AWS General Reference guide.
partition
:resiliencehub:region
:account
:resiliency-policy/
policy-id
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public DeleteResiliencyPolicyResult withPolicyArn(String policyArn)
The 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 AWS General Reference guide.
policyArn
- The 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 AWS General Reference guide.public String toString()
toString
in class Object
Object.toString()
public DeleteResiliencyPolicyResult clone()