@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPreferencesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetPreferencesResult() |
| Modifier and Type | Method and Description |
|---|---|
GetPreferencesResult |
clone() |
boolean |
equals(Object obj) |
String |
getMemberAccountDiscountVisibility()
Retrieves the status of the "member account discount visibility" preference.
|
String |
getSavingsEstimationMode()
Retrieves the status of the "savings estimation mode" preference.
|
int |
hashCode() |
void |
setMemberAccountDiscountVisibility(String memberAccountDiscountVisibility)
Retrieves the status of the "member account discount visibility" preference.
|
void |
setSavingsEstimationMode(String savingsEstimationMode)
Retrieves the status of the "savings estimation mode" preference.
|
String |
toString()
Returns a string representation of this object.
|
GetPreferencesResult |
withMemberAccountDiscountVisibility(MemberAccountDiscountVisibility memberAccountDiscountVisibility)
Retrieves the status of the "member account discount visibility" preference.
|
GetPreferencesResult |
withMemberAccountDiscountVisibility(String memberAccountDiscountVisibility)
Retrieves the status of the "member account discount visibility" preference.
|
GetPreferencesResult |
withSavingsEstimationMode(SavingsEstimationMode savingsEstimationMode)
Retrieves the status of the "savings estimation mode" preference.
|
GetPreferencesResult |
withSavingsEstimationMode(String savingsEstimationMode)
Retrieves the status of the "savings estimation mode" preference.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSavingsEstimationMode(String savingsEstimationMode)
Retrieves the status of the "savings estimation mode" preference.
savingsEstimationMode - Retrieves the status of the "savings estimation mode" preference.SavingsEstimationModepublic String getSavingsEstimationMode()
Retrieves the status of the "savings estimation mode" preference.
SavingsEstimationModepublic GetPreferencesResult withSavingsEstimationMode(String savingsEstimationMode)
Retrieves the status of the "savings estimation mode" preference.
savingsEstimationMode - Retrieves the status of the "savings estimation mode" preference.SavingsEstimationModepublic GetPreferencesResult withSavingsEstimationMode(SavingsEstimationMode savingsEstimationMode)
Retrieves the status of the "savings estimation mode" preference.
savingsEstimationMode - Retrieves the status of the "savings estimation mode" preference.SavingsEstimationModepublic void setMemberAccountDiscountVisibility(String memberAccountDiscountVisibility)
Retrieves the status of the "member account discount visibility" preference.
memberAccountDiscountVisibility - Retrieves the status of the "member account discount visibility" preference.MemberAccountDiscountVisibilitypublic String getMemberAccountDiscountVisibility()
Retrieves the status of the "member account discount visibility" preference.
MemberAccountDiscountVisibilitypublic GetPreferencesResult withMemberAccountDiscountVisibility(String memberAccountDiscountVisibility)
Retrieves the status of the "member account discount visibility" preference.
memberAccountDiscountVisibility - Retrieves the status of the "member account discount visibility" preference.MemberAccountDiscountVisibilitypublic GetPreferencesResult withMemberAccountDiscountVisibility(MemberAccountDiscountVisibility memberAccountDiscountVisibility)
Retrieves the status of the "member account discount visibility" preference.
memberAccountDiscountVisibility - Retrieves the status of the "member account discount visibility" preference.MemberAccountDiscountVisibilitypublic String toString()
toString in class ObjectObject.toString()public GetPreferencesResult clone()