public class CreatePolicyVersionResult extends Object implements Serializable, Cloneable
Contains the response to a successful CreatePolicyVersion request.
| Constructor and Description |
|---|
CreatePolicyVersionResult() |
| Modifier and Type | Method and Description |
|---|---|
CreatePolicyVersionResult |
clone() |
boolean |
equals(Object obj) |
PolicyVersion |
getPolicyVersion()
Information about the policy version.
|
int |
hashCode() |
void |
setPolicyVersion(PolicyVersion policyVersion)
Information about the policy version.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreatePolicyVersionResult |
withPolicyVersion(PolicyVersion policyVersion)
Information about the policy version.
|
public void setPolicyVersion(PolicyVersion policyVersion)
Information about the policy version.
policyVersion - Information about the policy version.public PolicyVersion getPolicyVersion()
Information about the policy version.
public CreatePolicyVersionResult withPolicyVersion(PolicyVersion policyVersion)
Information about the policy version.
policyVersion - Information about the policy version.public String toString()
toString in class ObjectObject.toString()public CreatePolicyVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.