@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output from the CreatePolicy operation.
| Constructor and Description | 
|---|
| CreatePolicyResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreatePolicyResult | clone() | 
| boolean | equals(Object obj) | 
| String | getPolicyArn()
 The policy ARN. | 
| String | getPolicyDocument()
 The JSON document that describes the policy. | 
| String | getPolicyName()
 The policy name. | 
| String | getPolicyVersionId()
 The policy version ID. | 
| int | hashCode() | 
| void | setPolicyArn(String policyArn)
 The policy ARN. | 
| void | setPolicyDocument(String policyDocument)
 The JSON document that describes the policy. | 
| void | setPolicyName(String policyName)
 The policy name. | 
| void | setPolicyVersionId(String policyVersionId)
 The policy version ID. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| CreatePolicyResult | withPolicyArn(String policyArn)
 The policy ARN. | 
| CreatePolicyResult | withPolicyDocument(String policyDocument)
 The JSON document that describes the policy. | 
| CreatePolicyResult | withPolicyName(String policyName)
 The policy name. | 
| CreatePolicyResult | withPolicyVersionId(String policyVersionId)
 The policy version ID. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPolicyName(String policyName)
The policy name.
policyName - The policy name.public String getPolicyName()
The policy name.
public CreatePolicyResult withPolicyName(String policyName)
The policy name.
policyName - The policy name.public void setPolicyArn(String policyArn)
The policy ARN.
policyArn - The policy ARN.public String getPolicyArn()
The policy ARN.
public CreatePolicyResult withPolicyArn(String policyArn)
The policy ARN.
policyArn - The policy ARN.public void setPolicyDocument(String policyDocument)
The JSON document that describes the policy.
policyDocument - The JSON document that describes the policy.public String getPolicyDocument()
The JSON document that describes the policy.
public CreatePolicyResult withPolicyDocument(String policyDocument)
The JSON document that describes the policy.
policyDocument - The JSON document that describes the policy.public void setPolicyVersionId(String policyVersionId)
The policy version ID.
policyVersionId - The policy version ID.public String getPolicyVersionId()
The policy version ID.
public CreatePolicyResult withPolicyVersionId(String policyVersionId)
The policy version ID.
policyVersionId - The policy version ID.public String toString()
toString in class ObjectObject.toString()public CreatePolicyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.