@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVaultAccessPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Output for GetVaultAccessPolicy.
Constructor and Description |
---|
GetVaultAccessPolicyResult() |
Modifier and Type | Method and Description |
---|---|
GetVaultAccessPolicyResult |
clone() |
boolean |
equals(Object obj) |
VaultAccessPolicy |
getPolicy()
Contains the returned vault access policy as a JSON string.
|
int |
hashCode() |
void |
setPolicy(VaultAccessPolicy policy)
Contains the returned vault access policy as a JSON string.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetVaultAccessPolicyResult |
withPolicy(VaultAccessPolicy policy)
Contains the returned vault access policy as a JSON string.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPolicy(VaultAccessPolicy policy)
Contains the returned vault access policy as a JSON string.
policy
- Contains the returned vault access policy as a JSON string.public VaultAccessPolicy getPolicy()
Contains the returned vault access policy as a JSON string.
public GetVaultAccessPolicyResult withPolicy(VaultAccessPolicy policy)
Contains the returned vault access policy as a JSON string.
policy
- Contains the returned vault access policy as a JSON string.public String toString()
toString
in class Object
Object.toString()
public GetVaultAccessPolicyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.