@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RDSDatabase extends Object implements Serializable, Cloneable, StructuredPojo
The database details of an Amazon RDS database.
Constructor and Description |
---|
RDSDatabase() |
Modifier and Type | Method and Description |
---|---|
RDSDatabase |
clone() |
boolean |
equals(Object obj) |
String |
getDatabaseName() |
String |
getInstanceIdentifier()
The ID of an RDS DB instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatabaseName(String databaseName) |
void |
setInstanceIdentifier(String instanceIdentifier)
The ID of an RDS DB instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RDSDatabase |
withDatabaseName(String databaseName) |
RDSDatabase |
withInstanceIdentifier(String instanceIdentifier)
The ID of an RDS DB instance.
|
public void setInstanceIdentifier(String instanceIdentifier)
The ID of an RDS DB instance.
instanceIdentifier
- The ID of an RDS DB instance.public String getInstanceIdentifier()
The ID of an RDS DB instance.
public RDSDatabase withInstanceIdentifier(String instanceIdentifier)
The ID of an RDS DB instance.
instanceIdentifier
- The ID of an RDS DB instance.public void setDatabaseName(String databaseName)
databaseName
- public String getDatabaseName()
public RDSDatabase withDatabaseName(String databaseName)
databaseName
- public String toString()
toString
in class Object
Object.toString()
public RDSDatabase clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.