Class GetVaultAccessPolicyResult
java.lang.Object
com.amazonaws.services.glacier.model.GetVaultAccessPolicyResult
- All Implemented Interfaces:
Serializable
,Cloneable
Output for GetVaultAccessPolicy.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withPolicy
(VaultAccessPolicy policy) Contains the returned vault access policy as a JSON string.
-
Constructor Details
-
GetVaultAccessPolicyResult
public GetVaultAccessPolicyResult()
-
-
Method Details
-
setPolicy
Contains the returned vault access policy as a JSON string.
- Parameters:
policy
- Contains the returned vault access policy as a JSON string.
-
getPolicy
Contains the returned vault access policy as a JSON string.
- Returns:
- Contains the returned vault access policy as a JSON string.
-
withPolicy
Contains the returned vault access policy as a JSON string.
- Parameters:
policy
- Contains the returned vault access policy as a JSON string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-