@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DbInstanceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The DB instance configuration used for recommendations.
Constructor and Description |
---|
DbInstanceConfiguration() |
Modifier and Type | Method and Description |
---|---|
DbInstanceConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDbInstanceClass()
The DB instance class of the DB instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDbInstanceClass(String dbInstanceClass)
The DB instance class of the DB instance.
|
String |
toString()
Returns a string representation of this object.
|
DbInstanceConfiguration |
withDbInstanceClass(String dbInstanceClass)
The DB instance class of the DB instance.
|
public void setDbInstanceClass(String dbInstanceClass)
The DB instance class of the DB instance.
dbInstanceClass
- The DB instance class of the DB instance.public String getDbInstanceClass()
The DB instance class of the DB instance.
public DbInstanceConfiguration withDbInstanceClass(String dbInstanceClass)
The DB instance class of the DB instance.
dbInstanceClass
- The DB instance class of the DB instance.public String toString()
toString
in class Object
Object.toString()
public DbInstanceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.