|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.rds.model.DBSnapshot
public class DBSnapshot
Contains the result of a successful invocation of the following actions:
This data type is used as a response element in the DescribeDBSnapshots action.
| Constructor Summary | |
|---|---|
DBSnapshot()
|
|
| Method Summary | |
|---|---|
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 the DBInstanceIdentifier of the DB Instance this DB Snapshot was created from. |
java.lang.String |
getDBSnapshotIdentifier()
Specifies the identifier for the DB Snapshot. |
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 (UTC) when the snapshot was taken. |
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 |
getLicenseModel()
License model information for the restored DB Instance. |
java.lang.String |
getMasterUsername()
Provides the master username for the DB Instance. |
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 (UTC) when the snapshot was taken. |
java.lang.String |
getSnapshotType()
Provides the type of the DB Snapshot. |
java.lang.String |
getStatus()
Specifies the status of this DB Snapshot. |
java.lang.String |
getVpcId()
Provides the Vpc Id associated with the DB Snapshot. |
int |
hashCode()
|
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 the DBInstanceIdentifier of the DB Instance this DB Snapshot was created from. |
void |
setDBSnapshotIdentifier(java.lang.String dBSnapshotIdentifier)
Specifies the identifier for the DB Snapshot. |
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 (UTC) when the snapshot was taken. |
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 |
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 Instance. |
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 (UTC) when the snapshot was taken. |
void |
setSnapshotType(java.lang.String snapshotType)
Provides the type of the DB Snapshot. |
void |
setStatus(java.lang.String status)
Specifies the status of this DB Snapshot. |
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 the DBInstanceIdentifier of the DB Instance this DB Snapshot was created from. |
DBSnapshot |
withDBSnapshotIdentifier(java.lang.String dBSnapshotIdentifier)
Specifies the identifier for the DB Snapshot. |
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 (UTC) when the snapshot was taken. |
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 |
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 Instance. |
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 (UTC) when the snapshot was taken. |
DBSnapshot |
withSnapshotType(java.lang.String snapshotType)
Provides the type of the DB Snapshot. |
DBSnapshot |
withStatus(java.lang.String status)
Specifies the status of this DB Snapshot. |
DBSnapshot |
withVpcId(java.lang.String vpcId)
Provides the Vpc Id associated with the DB Snapshot. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DBSnapshot()
| Method Detail |
|---|
public java.lang.String getDBSnapshotIdentifier()
public void setDBSnapshotIdentifier(java.lang.String dBSnapshotIdentifier)
dBSnapshotIdentifier - Specifies the identifier for the DB Snapshot.public DBSnapshot withDBSnapshotIdentifier(java.lang.String dBSnapshotIdentifier)
Returns a reference to this object so that method calls can be chained together.
dBSnapshotIdentifier - Specifies the identifier for the DB Snapshot.
public java.lang.String getDBInstanceIdentifier()
public void setDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
dBInstanceIdentifier - Specifies the the DBInstanceIdentifier of the DB Instance this DB
Snapshot was created from.public DBSnapshot withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
Returns a reference to this object so that method calls can be chained together.
dBInstanceIdentifier - Specifies the the DBInstanceIdentifier of the DB Instance this DB
Snapshot was created from.
public java.util.Date getSnapshotCreateTime()
public void setSnapshotCreateTime(java.util.Date snapshotCreateTime)
snapshotCreateTime - Provides the time (UTC) when the snapshot was taken.public DBSnapshot withSnapshotCreateTime(java.util.Date snapshotCreateTime)
Returns a reference to this object so that method calls can be chained together.
snapshotCreateTime - Provides the time (UTC) when the snapshot was taken.
public java.lang.String getEngine()
public void setEngine(java.lang.String engine)
engine - Specifies the name of the database engine.public DBSnapshot withEngine(java.lang.String engine)
Returns a reference to this object so that method calls can be chained together.
engine - Specifies the name of the database engine.
public java.lang.Integer getAllocatedStorage()
public void setAllocatedStorage(java.lang.Integer allocatedStorage)
allocatedStorage - Specifies the allocated storage size in gigabytes (GB).public DBSnapshot withAllocatedStorage(java.lang.Integer allocatedStorage)
Returns a reference to this object so that method calls can be chained together.
allocatedStorage - Specifies the allocated storage size in gigabytes (GB).
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - Specifies the status of this DB Snapshot.public DBSnapshot withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status - Specifies the status of this DB Snapshot.
public java.lang.Integer getPort()
public void setPort(java.lang.Integer port)
port - Specifies the port that the database engine was listening on at the
time of the snapshot.public DBSnapshot withPort(java.lang.Integer port)
Returns a reference to this object so that method calls can be chained together.
port - Specifies the port that the database engine was listening on at the
time of the snapshot.
public java.lang.String getAvailabilityZone()
public void setAvailabilityZone(java.lang.String availabilityZone)
availabilityZone - 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)
Returns a reference to this object so that method calls can be chained together.
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 getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId - Provides the Vpc Id associated with the DB Snapshot.public DBSnapshot withVpcId(java.lang.String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - Provides the Vpc Id associated with the DB Snapshot.
public java.util.Date getInstanceCreateTime()
public void setInstanceCreateTime(java.util.Date instanceCreateTime)
instanceCreateTime - Specifies the time (UTC) when the snapshot was taken.public DBSnapshot withInstanceCreateTime(java.util.Date instanceCreateTime)
Returns a reference to this object so that method calls can be chained together.
instanceCreateTime - Specifies the time (UTC) when the snapshot was taken.
public java.lang.String getMasterUsername()
public void setMasterUsername(java.lang.String masterUsername)
masterUsername - Provides the master username for the DB Instance.public DBSnapshot withMasterUsername(java.lang.String masterUsername)
Returns a reference to this object so that method calls can be chained together.
masterUsername - Provides the master username for the DB Instance.
public java.lang.String getEngineVersion()
public void setEngineVersion(java.lang.String engineVersion)
engineVersion - Specifies the version of the database engine.public DBSnapshot withEngineVersion(java.lang.String engineVersion)
Returns a reference to this object so that method calls can be chained together.
engineVersion - Specifies the version of the database engine.
public java.lang.String getLicenseModel()
public void setLicenseModel(java.lang.String licenseModel)
licenseModel - License model information for the restored DB Instance.public DBSnapshot withLicenseModel(java.lang.String licenseModel)
Returns a reference to this object so that method calls can be chained together.
licenseModel - License model information for the restored DB Instance.
public java.lang.String getSnapshotType()
public void setSnapshotType(java.lang.String snapshotType)
snapshotType - Provides the type of the DB Snapshot.public DBSnapshot withSnapshotType(java.lang.String snapshotType)
Returns a reference to this object so that method calls can be chained together.
snapshotType - Provides the type of the DB Snapshot.
public java.lang.Integer getIops()
public void setIops(java.lang.Integer iops)
iops - 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)
Returns a reference to this object so that method calls can be chained together.
iops - Specifies the Provisioned IOPS (I/O operations per second) value of
the DB Instance at the time of the snapshot.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||