public class CreateVaultResult extends Object implements Serializable
Contains the Amazon Glacier response to your request.
Constructor and Description |
---|
CreateVaultResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getLocation()
public void setLocation(String location)
location
- The URI of the vault that was created.public CreateVaultResult withLocation(String location)
Returns a reference to this object so that method calls can be chained together.
location
- The URI of the vault that was created.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.