@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLogicallyAirGappedBackupVaultResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLogicallyAirGappedBackupVaultResult() |
Modifier and Type | Method and Description |
---|---|
CreateLogicallyAirGappedBackupVaultResult |
clone() |
boolean |
equals(Object obj) |
String |
getBackupVaultArn()
This is the ARN (Amazon Resource Name) of the vault being created.
|
String |
getBackupVaultName()
The name of a logical container where backups are stored.
|
Date |
getCreationDate()
The date and time when the vault was created.
|
String |
getVaultState()
This is the current state of the vault.
|
int |
hashCode() |
void |
setBackupVaultArn(String backupVaultArn)
This is the ARN (Amazon Resource Name) of the vault being created.
|
void |
setBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
void |
setCreationDate(Date creationDate)
The date and time when the vault was created.
|
void |
setVaultState(String vaultState)
This is the current state of the vault.
|
String |
toString()
Returns a string representation of this object.
|
CreateLogicallyAirGappedBackupVaultResult |
withBackupVaultArn(String backupVaultArn)
This is the ARN (Amazon Resource Name) of the vault being created.
|
CreateLogicallyAirGappedBackupVaultResult |
withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
CreateLogicallyAirGappedBackupVaultResult |
withCreationDate(Date creationDate)
The date and time when the vault was created.
|
CreateLogicallyAirGappedBackupVaultResult |
withVaultState(String vaultState)
This is the current state of the vault.
|
CreateLogicallyAirGappedBackupVaultResult |
withVaultState(VaultState vaultState)
This is the current state of the vault.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateLogicallyAirGappedBackupVaultResult()
public void setBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName
- The name of a logical container where backups are stored. Logically air-gapped backup vaults are
identified by names that are unique to the account used to create them and the Region where they are
created. They consist of lowercase letters, numbers, and hyphens.public String getBackupVaultName()
The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.
public CreateLogicallyAirGappedBackupVaultResult withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName
- The name of a logical container where backups are stored. Logically air-gapped backup vaults are
identified by names that are unique to the account used to create them and the Region where they are
created. They consist of lowercase letters, numbers, and hyphens.public void setBackupVaultArn(String backupVaultArn)
This is the ARN (Amazon Resource Name) of the vault being created.
backupVaultArn
- This is the ARN (Amazon Resource Name) of the vault being created.public String getBackupVaultArn()
This is the ARN (Amazon Resource Name) of the vault being created.
public CreateLogicallyAirGappedBackupVaultResult withBackupVaultArn(String backupVaultArn)
This is the ARN (Amazon Resource Name) of the vault being created.
backupVaultArn
- This is the ARN (Amazon Resource Name) of the vault being created.public void setCreationDate(Date creationDate)
The date and time when the vault was created.
This value is in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
creationDate
- The date and time when the vault was created.
This value is in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
public Date getCreationDate()
The date and time when the vault was created.
This value is in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
This value is in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
public CreateLogicallyAirGappedBackupVaultResult withCreationDate(Date creationDate)
The date and time when the vault was created.
This value is in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
creationDate
- The date and time when the vault was created.
This value is in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
public void setVaultState(String vaultState)
This is the current state of the vault.
vaultState
- This is the current state of the vault.VaultState
public String getVaultState()
This is the current state of the vault.
VaultState
public CreateLogicallyAirGappedBackupVaultResult withVaultState(String vaultState)
This is the current state of the vault.
vaultState
- This is the current state of the vault.VaultState
public CreateLogicallyAirGappedBackupVaultResult withVaultState(VaultState vaultState)
This is the current state of the vault.
vaultState
- This is the current state of the vault.VaultState
public String toString()
toString
in class Object
Object.toString()
public CreateLogicallyAirGappedBackupVaultResult clone()