public class CreateVaultResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the Amazon Glacier response to your request.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
location
The URI of the vault that was created.
|
Constructor and Description |
---|
CreateVaultResult() |
Modifier and Type | Method and Description |
---|---|
CreateVaultResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLocation()
The URI of the vault that was created.
|
int |
hashCode() |
void |
setLocation(java.lang.String location)
The URI of the vault that was created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVaultResult |
withLocation(java.lang.String location)
The URI of the vault that was created.
|
public void setLocation(java.lang.String location)
The URI of the vault that was created.
location
- The URI of the vault that was created.public java.lang.String getLocation()
The URI of the vault that was created.
public CreateVaultResult withLocation(java.lang.String location)
The URI of the vault that was created.
location
- The URI of the vault that was created.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateVaultResult clone()
clone
in class java.lang.Object