Class UpdatePreferencesResponse
- 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.UpdatePreferencesResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdatePreferencesResponse.Builder,UpdatePreferencesResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdatePreferencesResponse extends CostOptimizationHubResponse implements ToCopyableBuilder<UpdatePreferencesResponse.Builder,UpdatePreferencesResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdatePreferencesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdatePreferencesResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MemberAccountDiscountVisibilitymemberAccountDiscountVisibility()Shows the status of the "member account discount visibility" preference.StringmemberAccountDiscountVisibilityAsString()Shows the status of the "member account discount visibility" preference.SavingsEstimationModesavingsEstimationMode()Shows the status of the "savings estimation mode" preference.StringsavingsEstimationModeAsString()Shows the status of the "savings estimation mode" preference.List<SdkField<?>>sdkFields()static Class<? extends UpdatePreferencesResponse.Builder>serializableBuilderClass()UpdatePreferencesResponse.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()
Shows 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:
- Shows the status of the "member account discount visibility" preference.
- See Also:
MemberAccountDiscountVisibility
-
memberAccountDiscountVisibilityAsString
public final String memberAccountDiscountVisibilityAsString()
Shows 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:
- Shows the status of the "member account discount visibility" preference.
- See Also:
MemberAccountDiscountVisibility
-
savingsEstimationMode
public final SavingsEstimationMode savingsEstimationMode()
Shows 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:
- Shows the status of the "savings estimation mode" preference.
- See Also:
SavingsEstimationMode
-
savingsEstimationModeAsString
public final String savingsEstimationModeAsString()
Shows 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:
- Shows the status of the "savings estimation mode" preference.
- See Also:
SavingsEstimationMode
-
toBuilder
public UpdatePreferencesResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdatePreferencesResponse.Builder,UpdatePreferencesResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdatePreferencesResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdatePreferencesResponse.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
-
-