public class VaultLockPolicy extends Object implements Serializable, Cloneable
Contains the vault lock policy.
| Constructor and Description |
|---|
VaultLockPolicy() |
| Modifier and Type | Method and Description |
|---|---|
VaultLockPolicy |
clone() |
boolean |
equals(Object obj) |
String |
getPolicy()
The vault lock policy.
|
int |
hashCode() |
void |
setPolicy(String policy)
The vault lock policy.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VaultLockPolicy |
withPolicy(String policy)
The vault lock policy.
|
public String getPolicy()
public void setPolicy(String policy)
policy - The vault lock policy.public VaultLockPolicy withPolicy(String policy)
Returns a reference to this object so that method calls can be chained together.
policy - The vault lock policy.public String toString()
toString in class ObjectObject.toString()public VaultLockPolicy clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.