@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EBSEffectiveRecommendationPreferences extends Object implements Serializable, Cloneable, StructuredPojo
Describes the effective recommendation preferences for Amazon EBS volumes.
| Constructor and Description |
|---|
EBSEffectiveRecommendationPreferences() |
| Modifier and Type | Method and Description |
|---|---|
EBSEffectiveRecommendationPreferences |
clone() |
boolean |
equals(Object obj) |
EBSSavingsEstimationMode |
getSavingsEstimationMode()
Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon EBS
volumes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSavingsEstimationMode(EBSSavingsEstimationMode savingsEstimationMode)
Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon EBS
volumes.
|
String |
toString()
Returns a string representation of this object.
|
EBSEffectiveRecommendationPreferences |
withSavingsEstimationMode(EBSSavingsEstimationMode savingsEstimationMode)
Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon EBS
volumes.
|
public EBSEffectiveRecommendationPreferences()
public void setSavingsEstimationMode(EBSSavingsEstimationMode savingsEstimationMode)
Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon EBS volumes.
savingsEstimationMode - Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon
EBS volumes.public EBSSavingsEstimationMode getSavingsEstimationMode()
Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon EBS volumes.
public EBSEffectiveRecommendationPreferences withSavingsEstimationMode(EBSSavingsEstimationMode savingsEstimationMode)
Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon EBS volumes.
savingsEstimationMode - Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon
EBS volumes.public String toString()
toString in class ObjectObject.toString()public EBSEffectiveRecommendationPreferences clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.