@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RdsRecommendation extends Object implements Serializable, Cloneable, StructuredPojo
Provides information that describes a recommendation of a target engine on Amazon RDS.
| Constructor and Description |
|---|
RdsRecommendation() |
| Modifier and Type | Method and Description |
|---|---|
RdsRecommendation |
clone() |
boolean |
equals(Object obj) |
RdsRequirements |
getRequirementsToTarget()
Supplemental information about the requirements to the recommended target database on Amazon RDS.
|
RdsConfiguration |
getTargetConfiguration()
Supplemental information about the configuration of the recommended target database on Amazon RDS.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRequirementsToTarget(RdsRequirements requirementsToTarget)
Supplemental information about the requirements to the recommended target database on Amazon RDS.
|
void |
setTargetConfiguration(RdsConfiguration targetConfiguration)
Supplemental information about the configuration of the recommended target database on Amazon RDS.
|
String |
toString()
Returns a string representation of this object.
|
RdsRecommendation |
withRequirementsToTarget(RdsRequirements requirementsToTarget)
Supplemental information about the requirements to the recommended target database on Amazon RDS.
|
RdsRecommendation |
withTargetConfiguration(RdsConfiguration targetConfiguration)
Supplemental information about the configuration of the recommended target database on Amazon RDS.
|
public void setRequirementsToTarget(RdsRequirements requirementsToTarget)
Supplemental information about the requirements to the recommended target database on Amazon RDS.
requirementsToTarget - Supplemental information about the requirements to the recommended target database on Amazon RDS.public RdsRequirements getRequirementsToTarget()
Supplemental information about the requirements to the recommended target database on Amazon RDS.
public RdsRecommendation withRequirementsToTarget(RdsRequirements requirementsToTarget)
Supplemental information about the requirements to the recommended target database on Amazon RDS.
requirementsToTarget - Supplemental information about the requirements to the recommended target database on Amazon RDS.public void setTargetConfiguration(RdsConfiguration targetConfiguration)
Supplemental information about the configuration of the recommended target database on Amazon RDS.
targetConfiguration - Supplemental information about the configuration of the recommended target database on Amazon RDS.public RdsConfiguration getTargetConfiguration()
Supplemental information about the configuration of the recommended target database on Amazon RDS.
public RdsRecommendation withTargetConfiguration(RdsConfiguration targetConfiguration)
Supplemental information about the configuration of the recommended target database on Amazon RDS.
targetConfiguration - Supplemental information about the configuration of the recommended target database on Amazon RDS.public String toString()
toString in class ObjectObject.toString()public RdsRecommendation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.