public class DescribeVaultOutput
extends java.lang.Object
implements java.io.Serializable
Contains the Amazon Glacier response to your request.
| コンストラクタと説明 |
|---|
DescribeVaultOutput() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCreationDate()
The UTC date when the vault was created.
|
java.lang.String |
getLastInventoryDate()
The UTC date when Amazon Glacier completed the last vault inventory.
|
java.lang.Long |
getNumberOfArchives()
The number of archives in the vault as of the last inventory date.
|
java.lang.Long |
getSizeInBytes()
Total size, in bytes, of the archives in the vault as of the last
inventory date.
|
java.lang.String |
getVaultARN()
The Amazon Resource Name (ARN) of the vault.
|
java.lang.String |
getVaultName()
The name of the vault.
|
int |
hashCode() |
void |
setCreationDate(java.lang.String creationDate)
The UTC date when the vault was created.
|
void |
setLastInventoryDate(java.lang.String lastInventoryDate)
The UTC date when Amazon Glacier completed the last vault inventory.
|
void |
setNumberOfArchives(java.lang.Long numberOfArchives)
The number of archives in the vault as of the last inventory date.
|
void |
setSizeInBytes(java.lang.Long sizeInBytes)
Total size, in bytes, of the archives in the vault as of the last
inventory date.
|
void |
setVaultARN(java.lang.String vaultARN)
The Amazon Resource Name (ARN) of the vault.
|
void |
setVaultName(java.lang.String vaultName)
The name of the vault.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVaultOutput |
withCreationDate(java.lang.String creationDate)
The UTC date when the vault was created.
|
DescribeVaultOutput |
withLastInventoryDate(java.lang.String lastInventoryDate)
The UTC date when Amazon Glacier completed the last vault inventory.
|
DescribeVaultOutput |
withNumberOfArchives(java.lang.Long numberOfArchives)
The number of archives in the vault as of the last inventory date.
|
DescribeVaultOutput |
withSizeInBytes(java.lang.Long sizeInBytes)
Total size, in bytes, of the archives in the vault as of the last
inventory date.
|
DescribeVaultOutput |
withVaultARN(java.lang.String vaultARN)
The Amazon Resource Name (ARN) of the vault.
|
DescribeVaultOutput |
withVaultName(java.lang.String vaultName)
The name of the vault.
|
public java.lang.String getVaultARN()
public void setVaultARN(java.lang.String vaultARN)
vaultARN - The Amazon Resource Name (ARN) of the vault.public DescribeVaultOutput withVaultARN(java.lang.String vaultARN)
Returns a reference to this object so that method calls can be chained together.
vaultARN - The Amazon Resource Name (ARN) of the vault.public java.lang.String getVaultName()
public void setVaultName(java.lang.String vaultName)
vaultName - The name of the vault.public DescribeVaultOutput withVaultName(java.lang.String vaultName)
Returns a reference to this object so that method calls can be chained together.
vaultName - The name of the vault.public java.lang.String getCreationDate()
public void setCreationDate(java.lang.String creationDate)
creationDate - The UTC date when the vault was created. A string representation of
ISO 8601 date format, for example, "2012-03-20T17:03:43.221Z".public DescribeVaultOutput withCreationDate(java.lang.String creationDate)
Returns a reference to this object so that method calls can be chained together.
creationDate - The UTC date when the vault was created. A string representation of
ISO 8601 date format, for example, "2012-03-20T17:03:43.221Z".public java.lang.String getLastInventoryDate()
public void setLastInventoryDate(java.lang.String lastInventoryDate)
lastInventoryDate - The UTC date when Amazon Glacier completed the last vault inventory. A
string representation of ISO 8601 date format, for example,
"2012-03-20T17:03:43.221Z".public DescribeVaultOutput withLastInventoryDate(java.lang.String lastInventoryDate)
Returns a reference to this object so that method calls can be chained together.
lastInventoryDate - The UTC date when Amazon Glacier completed the last vault inventory. A
string representation of ISO 8601 date format, for example,
"2012-03-20T17:03:43.221Z".public java.lang.Long getNumberOfArchives()
null if an inventory has not yet
run on the vault, for example, if you just created the vault.null if an inventory has not yet
run on the vault, for example, if you just created the vault.public void setNumberOfArchives(java.lang.Long numberOfArchives)
null if an inventory has not yet
run on the vault, for example, if you just created the vault.numberOfArchives - The number of archives in the vault as of the last inventory date.
This field will return null if an inventory has not yet
run on the vault, for example, if you just created the vault.public DescribeVaultOutput withNumberOfArchives(java.lang.Long numberOfArchives)
null if an inventory has not yet
run on the vault, for example, if you just created the vault.
Returns a reference to this object so that method calls can be chained together.
numberOfArchives - The number of archives in the vault as of the last inventory date.
This field will return null if an inventory has not yet
run on the vault, for example, if you just created the vault.public java.lang.Long getSizeInBytes()
public void setSizeInBytes(java.lang.Long sizeInBytes)
sizeInBytes - Total size, in bytes, of the archives in the vault as of the last
inventory date. This field will return null if an inventory has not
yet run on the vault, for example, if you just created the vault.public DescribeVaultOutput withSizeInBytes(java.lang.Long sizeInBytes)
Returns a reference to this object so that method calls can be chained together.
sizeInBytes - Total size, in bytes, of the archives in the vault as of the last
inventory date. This field will return null if an inventory has not
yet run on the vault, for example, if you just created the vault.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object