Class GetPreferencesResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.costoptimizationhub.model.CostOptimizationHubResponse
-
- software.amazon.awssdk.services.costoptimizationhub.model.GetPreferencesResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetPreferencesResponse.Builder,GetPreferencesResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetPreferencesResponse extends CostOptimizationHubResponse implements ToCopyableBuilder<GetPreferencesResponse.Builder,GetPreferencesResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetPreferencesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetPreferencesResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MemberAccountDiscountVisibilitymemberAccountDiscountVisibility()Retrieves the status of the "member account discount visibility" preference.StringmemberAccountDiscountVisibilityAsString()Retrieves the status of the "member account discount visibility" preference.SavingsEstimationModesavingsEstimationMode()Retrieves the status of the "savings estimation mode" preference.StringsavingsEstimationModeAsString()Retrieves the status of the "savings estimation mode" preference.List<SdkField<?>>sdkFields()static Class<? extends GetPreferencesResponse.Builder>serializableBuilderClass()GetPreferencesResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.costoptimizationhub.model.CostOptimizationHubResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
memberAccountDiscountVisibility
public final MemberAccountDiscountVisibility memberAccountDiscountVisibility()
Retrieves the status of the "member account discount visibility" preference.
If the service returns an enum value that is not available in the current SDK version,
memberAccountDiscountVisibilitywill returnMemberAccountDiscountVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommemberAccountDiscountVisibilityAsString().- Returns:
- Retrieves the status of the "member account discount visibility" preference.
- See Also:
MemberAccountDiscountVisibility
-
memberAccountDiscountVisibilityAsString
public final String memberAccountDiscountVisibilityAsString()
Retrieves the status of the "member account discount visibility" preference.
If the service returns an enum value that is not available in the current SDK version,
memberAccountDiscountVisibilitywill returnMemberAccountDiscountVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommemberAccountDiscountVisibilityAsString().- Returns:
- Retrieves the status of the "member account discount visibility" preference.
- See Also:
MemberAccountDiscountVisibility
-
savingsEstimationMode
public final SavingsEstimationMode savingsEstimationMode()
Retrieves the status of the "savings estimation mode" preference.
If the service returns an enum value that is not available in the current SDK version,
savingsEstimationModewill returnSavingsEstimationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsavingsEstimationModeAsString().- Returns:
- Retrieves the status of the "savings estimation mode" preference.
- See Also:
SavingsEstimationMode
-
savingsEstimationModeAsString
public final String savingsEstimationModeAsString()
Retrieves the status of the "savings estimation mode" preference.
If the service returns an enum value that is not available in the current SDK version,
savingsEstimationModewill returnSavingsEstimationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsavingsEstimationModeAsString().- Returns:
- Retrieves the status of the "savings estimation mode" preference.
- See Also:
SavingsEstimationMode
-
toBuilder
public GetPreferencesResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetPreferencesResponse.Builder,GetPreferencesResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetPreferencesResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetPreferencesResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-