@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VaultAccessPolicy extends Object implements Serializable, Cloneable, StructuredPojo
Contains the vault access policy.
| Constructor and Description |
|---|
VaultAccessPolicy() |
| Modifier and Type | Method and Description |
|---|---|
VaultAccessPolicy |
clone() |
boolean |
equals(Object obj) |
String |
getPolicy()
The vault access policy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPolicy(String policy)
The vault access policy.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VaultAccessPolicy |
withPolicy(String policy)
The vault access policy.
|
public void setPolicy(String policy)
The vault access policy.
policy - The vault access policy.public String getPolicy()
The vault access policy.
public VaultAccessPolicy withPolicy(String policy)
The vault access policy.
policy - The vault access policy.public String toString()
toString in class ObjectObject.toString()public VaultAccessPolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.