public class DBSnapshot
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the result of a successful invocation of the following actions:
This data type is used as a response element in the DescribeDBSnapshots action.
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
allocatedStorage
Specifies the allocated storage size in gigabytes (GB).
|
private java.lang.String |
availabilityZone
Specifies the name of the Availability Zone the DB instance was located
in at the time of the DB snapshot.
|
private java.lang.String |
dBInstanceIdentifier
Specifies the DB instance identifier of the DB instance this DB snapshot
was created from.
|
private java.lang.String |
dBSnapshotIdentifier
Specifies the identifier for the DB snapshot.
|
private java.lang.Boolean |
encrypted
Specifies whether the DB snapshot is encrypted.
|
private java.lang.String |
engine
Specifies the name of the database engine.
|
private java.lang.String |
engineVersion
Specifies the version of the database engine.
|
private java.util.Date |
instanceCreateTime
Specifies the time when the snapshot was taken, in Universal Coordinated
Time (UTC).
|
private java.lang.Integer |
iops
Specifies the Provisioned IOPS (I/O operations per second) value of the
DB instance at the time of the snapshot.
|
private java.lang.String |
kmsKeyId
If
Encrypted is true, the KMS key identifier for the
encrypted DB snapshot. |
private java.lang.String |
licenseModel
License model information for the restored DB instance.
|
private java.lang.String |
masterUsername
Provides the master username for the DB snapshot.
|
private java.lang.String |
optionGroupName
Provides the option group name for the DB snapshot.
|
private java.lang.Integer |
percentProgress
The percentage of the estimated data that has been transferred.
|
private java.lang.Integer |
port
Specifies the port that the database engine was listening on at the time
of the snapshot.
|
private java.util.Date |
snapshotCreateTime
Provides the time when the snapshot was taken, in Universal Coordinated
Time (UTC).
|
private java.lang.String |
snapshotType
Provides the type of the DB snapshot.
|
private java.lang.String |
sourceDBSnapshotIdentifier
The DB snapshot Arn that the DB snapshot was copied from.
|
private java.lang.String |
sourceRegion
The region that the DB snapshot was created in or copied from.
|
private java.lang.String |
status
Specifies the status of this DB snapshot.
|
private java.lang.String |
storageType
Specifies the storage type associated with DB Snapshot.
|
private java.lang.String |
tdeCredentialArn
The ARN from the Key Store with which to associate the instance for TDE
encryption.
|
private java.lang.String |
vpcId
Provides the VPC ID associated with the DB snapshot.
|
Constructor and Description |
---|
DBSnapshot() |
Modifier and Type | Method and Description |
---|---|
DBSnapshot |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getAllocatedStorage()
Specifies the allocated storage size in gigabytes (GB).
|
java.lang.String |
getAvailabilityZone()
Specifies the name of the Availability Zone the DB instance was located
in at the time of the DB snapshot.
|
java.lang.String |
getDBInstanceIdentifier()
Specifies the DB instance identifier of the DB instance this DB snapshot
was created from.
|
java.lang.String |
getDBSnapshotIdentifier()
Specifies the identifier for the DB snapshot.
|
java.lang.Boolean |
getEncrypted()
Specifies whether the DB snapshot is encrypted.
|
java.lang.String |
getEngine()
Specifies the name of the database engine.
|
java.lang.String |
getEngineVersion()
Specifies the version of the database engine.
|
java.util.Date |
getInstanceCreateTime()
Specifies the time when the snapshot was taken, in Universal Coordinated
Time (UTC).
|
java.lang.Integer |
getIops()
Specifies the Provisioned IOPS (I/O operations per second) value of the
DB instance at the time of the snapshot.
|
java.lang.String |
getKmsKeyId()
If
Encrypted is true, the KMS key identifier for the
encrypted DB snapshot. |
java.lang.String |
getLicenseModel()
License model information for the restored DB instance.
|
java.lang.String |
getMasterUsername()
Provides the master username for the DB snapshot.
|
java.lang.String |
getOptionGroupName()
Provides the option group name for the DB snapshot.
|
java.lang.Integer |
getPercentProgress()
The percentage of the estimated data that has been transferred.
|
java.lang.Integer |
getPort()
Specifies the port that the database engine was listening on at the time
of the snapshot.
|
java.util.Date |
getSnapshotCreateTime()
Provides the time when the snapshot was taken, in Universal Coordinated
Time (UTC).
|
java.lang.String |
getSnapshotType()
Provides the type of the DB snapshot.
|
java.lang.String |
getSourceDBSnapshotIdentifier()
The DB snapshot Arn that the DB snapshot was copied from.
|
java.lang.String |
getSourceRegion()
The region that the DB snapshot was created in or copied from.
|
java.lang.String |
getStatus()
Specifies the status of this DB snapshot.
|
java.lang.String |
getStorageType()
Specifies the storage type associated with DB Snapshot.
|
java.lang.String |
getTdeCredentialArn()
The ARN from the Key Store with which to associate the instance for TDE
encryption.
|
java.lang.String |
getVpcId()
Provides the VPC ID associated with the DB snapshot.
|
int |
hashCode() |
java.lang.Boolean |
isEncrypted()
Specifies whether the DB snapshot is encrypted.
|
void |
setAllocatedStorage(java.lang.Integer allocatedStorage)
Specifies the allocated storage size in gigabytes (GB).
|
void |
setAvailabilityZone(java.lang.String availabilityZone)
Specifies the name of the Availability Zone the DB instance was located
in at the time of the DB snapshot.
|
void |
setDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
Specifies the DB instance identifier of the DB instance this DB snapshot
was created from.
|
void |
setDBSnapshotIdentifier(java.lang.String dBSnapshotIdentifier)
Specifies the identifier for the DB snapshot.
|
void |
setEncrypted(java.lang.Boolean encrypted)
Specifies whether the DB snapshot is encrypted.
|
void |
setEngine(java.lang.String engine)
Specifies the name of the database engine.
|
void |
setEngineVersion(java.lang.String engineVersion)
Specifies the version of the database engine.
|
void |
setInstanceCreateTime(java.util.Date instanceCreateTime)
Specifies the time when the snapshot was taken, in Universal Coordinated
Time (UTC).
|
void |
setIops(java.lang.Integer iops)
Specifies the Provisioned IOPS (I/O operations per second) value of the
DB instance at the time of the snapshot.
|
void |
setKmsKeyId(java.lang.String kmsKeyId)
If
Encrypted is true, the KMS key identifier for the
encrypted DB snapshot. |
void |
setLicenseModel(java.lang.String licenseModel)
License model information for the restored DB instance.
|
void |
setMasterUsername(java.lang.String masterUsername)
Provides the master username for the DB snapshot.
|
void |
setOptionGroupName(java.lang.String optionGroupName)
Provides the option group name for the DB snapshot.
|
void |
setPercentProgress(java.lang.Integer percentProgress)
The percentage of the estimated data that has been transferred.
|
void |
setPort(java.lang.Integer port)
Specifies the port that the database engine was listening on at the time
of the snapshot.
|
void |
setSnapshotCreateTime(java.util.Date snapshotCreateTime)
Provides the time when the snapshot was taken, in Universal Coordinated
Time (UTC).
|
void |
setSnapshotType(java.lang.String snapshotType)
Provides the type of the DB snapshot.
|
void |
setSourceDBSnapshotIdentifier(java.lang.String sourceDBSnapshotIdentifier)
The DB snapshot Arn that the DB snapshot was copied from.
|
void |
setSourceRegion(java.lang.String sourceRegion)
The region that the DB snapshot was created in or copied from.
|
void |
setStatus(java.lang.String status)
Specifies the status of this DB snapshot.
|
void |
setStorageType(java.lang.String storageType)
Specifies the storage type associated with DB Snapshot.
|
void |
setTdeCredentialArn(java.lang.String tdeCredentialArn)
The ARN from the Key Store with which to associate the instance for TDE
encryption.
|
void |
setVpcId(java.lang.String vpcId)
Provides the VPC ID associated with the DB snapshot.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DBSnapshot |
withAllocatedStorage(java.lang.Integer allocatedStorage)
Specifies the allocated storage size in gigabytes (GB).
|
DBSnapshot |
withAvailabilityZone(java.lang.String availabilityZone)
Specifies the name of the Availability Zone the DB instance was located
in at the time of the DB snapshot.
|
DBSnapshot |
withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
Specifies the DB instance identifier of the DB instance this DB snapshot
was created from.
|
DBSnapshot |
withDBSnapshotIdentifier(java.lang.String dBSnapshotIdentifier)
Specifies the identifier for the DB snapshot.
|
DBSnapshot |
withEncrypted(java.lang.Boolean encrypted)
Specifies whether the DB snapshot is encrypted.
|
DBSnapshot |
withEngine(java.lang.String engine)
Specifies the name of the database engine.
|
DBSnapshot |
withEngineVersion(java.lang.String engineVersion)
Specifies the version of the database engine.
|
DBSnapshot |
withInstanceCreateTime(java.util.Date instanceCreateTime)
Specifies the time when the snapshot was taken, in Universal Coordinated
Time (UTC).
|
DBSnapshot |
withIops(java.lang.Integer iops)
Specifies the Provisioned IOPS (I/O operations per second) value of the
DB instance at the time of the snapshot.
|
DBSnapshot |
withKmsKeyId(java.lang.String kmsKeyId)
If
Encrypted is true, the KMS key identifier for the
encrypted DB snapshot. |
DBSnapshot |
withLicenseModel(java.lang.String licenseModel)
License model information for the restored DB instance.
|
DBSnapshot |
withMasterUsername(java.lang.String masterUsername)
Provides the master username for the DB snapshot.
|
DBSnapshot |
withOptionGroupName(java.lang.String optionGroupName)
Provides the option group name for the DB snapshot.
|
DBSnapshot |
withPercentProgress(java.lang.Integer percentProgress)
The percentage of the estimated data that has been transferred.
|
DBSnapshot |
withPort(java.lang.Integer port)
Specifies the port that the database engine was listening on at the time
of the snapshot.
|
DBSnapshot |
withSnapshotCreateTime(java.util.Date snapshotCreateTime)
Provides the time when the snapshot was taken, in Universal Coordinated
Time (UTC).
|
DBSnapshot |
withSnapshotType(java.lang.String snapshotType)
Provides the type of the DB snapshot.
|
DBSnapshot |
withSourceDBSnapshotIdentifier(java.lang.String sourceDBSnapshotIdentifier)
The DB snapshot Arn that the DB snapshot was copied from.
|
DBSnapshot |
withSourceRegion(java.lang.String sourceRegion)
The region that the DB snapshot was created in or copied from.
|
DBSnapshot |
withStatus(java.lang.String status)
Specifies the status of this DB snapshot.
|
DBSnapshot |
withStorageType(java.lang.String storageType)
Specifies the storage type associated with DB Snapshot.
|
DBSnapshot |
withTdeCredentialArn(java.lang.String tdeCredentialArn)
The ARN from the Key Store with which to associate the instance for TDE
encryption.
|
DBSnapshot |
withVpcId(java.lang.String vpcId)
Provides the VPC ID associated with the DB snapshot.
|
private java.lang.String dBSnapshotIdentifier
Specifies the identifier for the DB snapshot.
private java.lang.String dBInstanceIdentifier
Specifies the DB instance identifier of the DB instance this DB snapshot was created from.
private java.util.Date snapshotCreateTime
Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).
private java.lang.String engine
Specifies the name of the database engine.
private java.lang.Integer allocatedStorage
Specifies the allocated storage size in gigabytes (GB).
private java.lang.String status
Specifies the status of this DB snapshot.
private java.lang.Integer port
Specifies the port that the database engine was listening on at the time of the snapshot.
private java.lang.String availabilityZone
Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.
private java.lang.String vpcId
Provides the VPC ID associated with the DB snapshot.
private java.util.Date instanceCreateTime
Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).
private java.lang.String masterUsername
Provides the master username for the DB snapshot.
private java.lang.String engineVersion
Specifies the version of the database engine.
private java.lang.String licenseModel
License model information for the restored DB instance.
private java.lang.String snapshotType
Provides the type of the DB snapshot.
private java.lang.Integer iops
Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
private java.lang.String optionGroupName
Provides the option group name for the DB snapshot.
private java.lang.Integer percentProgress
The percentage of the estimated data that has been transferred.
private java.lang.String sourceRegion
The region that the DB snapshot was created in or copied from.
private java.lang.String sourceDBSnapshotIdentifier
The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.
private java.lang.String storageType
Specifies the storage type associated with DB Snapshot.
private java.lang.String tdeCredentialArn
The ARN from the Key Store with which to associate the instance for TDE encryption.
private java.lang.Boolean encrypted
Specifies whether the DB snapshot is encrypted.
private java.lang.String kmsKeyId
If Encrypted
is true, the KMS key identifier for the
encrypted DB snapshot.
public void setDBSnapshotIdentifier(java.lang.String dBSnapshotIdentifier)
Specifies the identifier for the DB snapshot.
dBSnapshotIdentifier
- Specifies the identifier for the DB snapshot.public java.lang.String getDBSnapshotIdentifier()
Specifies the identifier for the DB snapshot.
public DBSnapshot withDBSnapshotIdentifier(java.lang.String dBSnapshotIdentifier)
Specifies the identifier for the DB snapshot.
dBSnapshotIdentifier
- Specifies the identifier for the DB snapshot.public void setDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
Specifies the DB instance identifier of the DB instance this DB snapshot was created from.
dBInstanceIdentifier
- Specifies the DB instance identifier of the DB instance this DB
snapshot was created from.public java.lang.String getDBInstanceIdentifier()
Specifies the DB instance identifier of the DB instance this DB snapshot was created from.
public DBSnapshot withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
Specifies the DB instance identifier of the DB instance this DB snapshot was created from.
dBInstanceIdentifier
- Specifies the DB instance identifier of the DB instance this DB
snapshot was created from.public void setSnapshotCreateTime(java.util.Date snapshotCreateTime)
Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).
snapshotCreateTime
- Provides the time when the snapshot was taken, in Universal
Coordinated Time (UTC).public java.util.Date getSnapshotCreateTime()
Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).
public DBSnapshot withSnapshotCreateTime(java.util.Date snapshotCreateTime)
Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).
snapshotCreateTime
- Provides the time when the snapshot was taken, in Universal
Coordinated Time (UTC).public void setEngine(java.lang.String engine)
Specifies the name of the database engine.
engine
- Specifies the name of the database engine.public java.lang.String getEngine()
Specifies the name of the database engine.
public DBSnapshot withEngine(java.lang.String engine)
Specifies the name of the database engine.
engine
- Specifies the name of the database engine.public void setAllocatedStorage(java.lang.Integer allocatedStorage)
Specifies the allocated storage size in gigabytes (GB).
allocatedStorage
- Specifies the allocated storage size in gigabytes (GB).public java.lang.Integer getAllocatedStorage()
Specifies the allocated storage size in gigabytes (GB).
public DBSnapshot withAllocatedStorage(java.lang.Integer allocatedStorage)
Specifies the allocated storage size in gigabytes (GB).
allocatedStorage
- Specifies the allocated storage size in gigabytes (GB).public void setStatus(java.lang.String status)
Specifies the status of this DB snapshot.
status
- Specifies the status of this DB snapshot.public java.lang.String getStatus()
Specifies the status of this DB snapshot.
public DBSnapshot withStatus(java.lang.String status)
Specifies the status of this DB snapshot.
status
- Specifies the status of this DB snapshot.public void setPort(java.lang.Integer port)
Specifies the port that the database engine was listening on at the time of the snapshot.
port
- Specifies the port that the database engine was listening on at
the time of the snapshot.public java.lang.Integer getPort()
Specifies the port that the database engine was listening on at the time of the snapshot.
public DBSnapshot withPort(java.lang.Integer port)
Specifies the port that the database engine was listening on at the time of the snapshot.
port
- Specifies the port that the database engine was listening on at
the time of the snapshot.public void setAvailabilityZone(java.lang.String availabilityZone)
Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.
availabilityZone
- Specifies the name of the Availability Zone the DB instance was
located in at the time of the DB snapshot.public java.lang.String getAvailabilityZone()
Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.
public DBSnapshot withAvailabilityZone(java.lang.String availabilityZone)
Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.
availabilityZone
- Specifies the name of the Availability Zone the DB instance was
located in at the time of the DB snapshot.public void setVpcId(java.lang.String vpcId)
Provides the VPC ID associated with the DB snapshot.
vpcId
- Provides the VPC ID associated with the DB snapshot.public java.lang.String getVpcId()
Provides the VPC ID associated with the DB snapshot.
public DBSnapshot withVpcId(java.lang.String vpcId)
Provides the VPC ID associated with the DB snapshot.
vpcId
- Provides the VPC ID associated with the DB snapshot.public void setInstanceCreateTime(java.util.Date instanceCreateTime)
Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).
instanceCreateTime
- Specifies the time when the snapshot was taken, in Universal
Coordinated Time (UTC).public java.util.Date getInstanceCreateTime()
Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).
public DBSnapshot withInstanceCreateTime(java.util.Date instanceCreateTime)
Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).
instanceCreateTime
- Specifies the time when the snapshot was taken, in Universal
Coordinated Time (UTC).public void setMasterUsername(java.lang.String masterUsername)
Provides the master username for the DB snapshot.
masterUsername
- Provides the master username for the DB snapshot.public java.lang.String getMasterUsername()
Provides the master username for the DB snapshot.
public DBSnapshot withMasterUsername(java.lang.String masterUsername)
Provides the master username for the DB snapshot.
masterUsername
- Provides the master username for the DB snapshot.public void setEngineVersion(java.lang.String engineVersion)
Specifies the version of the database engine.
engineVersion
- Specifies the version of the database engine.public java.lang.String getEngineVersion()
Specifies the version of the database engine.
public DBSnapshot withEngineVersion(java.lang.String engineVersion)
Specifies the version of the database engine.
engineVersion
- Specifies the version of the database engine.public void setLicenseModel(java.lang.String licenseModel)
License model information for the restored DB instance.
licenseModel
- License model information for the restored DB instance.public java.lang.String getLicenseModel()
License model information for the restored DB instance.
public DBSnapshot withLicenseModel(java.lang.String licenseModel)
License model information for the restored DB instance.
licenseModel
- License model information for the restored DB instance.public void setSnapshotType(java.lang.String snapshotType)
Provides the type of the DB snapshot.
snapshotType
- Provides the type of the DB snapshot.public java.lang.String getSnapshotType()
Provides the type of the DB snapshot.
public DBSnapshot withSnapshotType(java.lang.String snapshotType)
Provides the type of the DB snapshot.
snapshotType
- Provides the type of the DB snapshot.public void setIops(java.lang.Integer iops)
Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
iops
- Specifies the Provisioned IOPS (I/O operations per second) value
of the DB instance at the time of the snapshot.public java.lang.Integer getIops()
Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
public DBSnapshot withIops(java.lang.Integer iops)
Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
iops
- Specifies the Provisioned IOPS (I/O operations per second) value
of the DB instance at the time of the snapshot.public void setOptionGroupName(java.lang.String optionGroupName)
Provides the option group name for the DB snapshot.
optionGroupName
- Provides the option group name for the DB snapshot.public java.lang.String getOptionGroupName()
Provides the option group name for the DB snapshot.
public DBSnapshot withOptionGroupName(java.lang.String optionGroupName)
Provides the option group name for the DB snapshot.
optionGroupName
- Provides the option group name for the DB snapshot.public void setPercentProgress(java.lang.Integer percentProgress)
The percentage of the estimated data that has been transferred.
percentProgress
- The percentage of the estimated data that has been transferred.public java.lang.Integer getPercentProgress()
The percentage of the estimated data that has been transferred.
public DBSnapshot withPercentProgress(java.lang.Integer percentProgress)
The percentage of the estimated data that has been transferred.
percentProgress
- The percentage of the estimated data that has been transferred.public void setSourceRegion(java.lang.String sourceRegion)
The region that the DB snapshot was created in or copied from.
sourceRegion
- The region that the DB snapshot was created in or copied from.public java.lang.String getSourceRegion()
The region that the DB snapshot was created in or copied from.
public DBSnapshot withSourceRegion(java.lang.String sourceRegion)
The region that the DB snapshot was created in or copied from.
sourceRegion
- The region that the DB snapshot was created in or copied from.public void setSourceDBSnapshotIdentifier(java.lang.String sourceDBSnapshotIdentifier)
The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.
sourceDBSnapshotIdentifier
- The DB snapshot Arn that the DB snapshot was copied from. It only
has value in case of cross customer or cross region copy.public java.lang.String getSourceDBSnapshotIdentifier()
The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.
public DBSnapshot withSourceDBSnapshotIdentifier(java.lang.String sourceDBSnapshotIdentifier)
The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.
sourceDBSnapshotIdentifier
- The DB snapshot Arn that the DB snapshot was copied from. It only
has value in case of cross customer or cross region copy.public void setStorageType(java.lang.String storageType)
Specifies the storage type associated with DB Snapshot.
storageType
- Specifies the storage type associated with DB Snapshot.public java.lang.String getStorageType()
Specifies the storage type associated with DB Snapshot.
public DBSnapshot withStorageType(java.lang.String storageType)
Specifies the storage type associated with DB Snapshot.
storageType
- Specifies the storage type associated with DB Snapshot.public void setTdeCredentialArn(java.lang.String tdeCredentialArn)
The ARN from the Key Store with which to associate the instance for TDE encryption.
tdeCredentialArn
- The ARN from the Key Store with which to associate the instance
for TDE encryption.public java.lang.String getTdeCredentialArn()
The ARN from the Key Store with which to associate the instance for TDE encryption.
public DBSnapshot withTdeCredentialArn(java.lang.String tdeCredentialArn)
The ARN from the Key Store with which to associate the instance for TDE encryption.
tdeCredentialArn
- The ARN from the Key Store with which to associate the instance
for TDE encryption.public void setEncrypted(java.lang.Boolean encrypted)
Specifies whether the DB snapshot is encrypted.
encrypted
- Specifies whether the DB snapshot is encrypted.public java.lang.Boolean getEncrypted()
Specifies whether the DB snapshot is encrypted.
public DBSnapshot withEncrypted(java.lang.Boolean encrypted)
Specifies whether the DB snapshot is encrypted.
encrypted
- Specifies whether the DB snapshot is encrypted.public java.lang.Boolean isEncrypted()
Specifies whether the DB snapshot is encrypted.
public void setKmsKeyId(java.lang.String kmsKeyId)
If Encrypted
is true, the KMS key identifier for the
encrypted DB snapshot.
kmsKeyId
- If Encrypted
is true, the KMS key identifier for the
encrypted DB snapshot.public java.lang.String getKmsKeyId()
If Encrypted
is true, the KMS key identifier for the
encrypted DB snapshot.
Encrypted
is true, the KMS key identifier for the
encrypted DB snapshot.public DBSnapshot withKmsKeyId(java.lang.String kmsKeyId)
If Encrypted
is true, the KMS key identifier for the
encrypted DB snapshot.
kmsKeyId
- If Encrypted
is true, the KMS key identifier for the
encrypted DB snapshot.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 DBSnapshot clone()
clone
in class java.lang.Object