@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 Object
Object.toString()
public RdsRecommendation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.