@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVaultResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the Amazon Glacier response to your request.
| Constructor and Description |
|---|
CreateVaultResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateVaultResult |
clone() |
boolean |
equals(Object obj) |
String |
getLocation()
The URI of the vault that was created.
|
int |
hashCode() |
void |
setLocation(String location)
The URI of the vault that was created.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateVaultResult |
withLocation(String location)
The URI of the vault that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setLocation(String location)
The URI of the vault that was created.
location - The URI of the vault that was created.public String getLocation()
The URI of the vault that was created.
public CreateVaultResult withLocation(String location)
The URI of the vault that was created.
location - The URI of the vault that was created.public String toString()
toString in class ObjectObject.toString()public CreateVaultResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.