Class CreateVaultResult
java.lang.Object
com.amazonaws.services.glacier.model.CreateVaultResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the Amazon Glacier response to your request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe URI of the vault that was created.inthashCode()voidsetLocation(String location) The URI of the vault that was created.toString()Returns a string representation of this object; useful for testing and debugging.withLocation(String location) The URI of the vault that was created.
-
Constructor Details
-
CreateVaultResult
public CreateVaultResult()
-
-
Method Details
-
setLocation
The URI of the vault that was created.
- Parameters:
location- The URI of the vault that was created.
-
getLocation
The URI of the vault that was created.
- Returns:
- The URI of the vault that was created.
-
withLocation
The URI of the vault that was created.
- Parameters:
location- The URI of the vault that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-