Class UpdateBillingGroupRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.billingconductor.model.BillingconductorRequest
-
- software.amazon.awssdk.services.billingconductor.model.UpdateBillingGroupRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateBillingGroupRequest.Builder,UpdateBillingGroupRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateBillingGroupRequest extends BillingconductorRequest implements ToCopyableBuilder<UpdateBillingGroupRequest.Builder,UpdateBillingGroupRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateBillingGroupRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateBillingGroupAccountGroupingaccountGrouping()Specifies if the billing group has automatic account association (AutoAssociate) enabled.Stringarn()The Amazon Resource Name (ARN) of the billing group being updated.static UpdateBillingGroupRequest.Builderbuilder()ComputationPreferencecomputationPreference()The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.Stringdescription()A description of the billing group.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the billing group.List<SdkField<?>>sdkFields()static Class<? extends UpdateBillingGroupRequest.Builder>serializableBuilderClass()BillingGroupStatusstatus()The status of the billing group.StringstatusAsString()The status of the billing group.UpdateBillingGroupRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the billing group being updated.
- Returns:
- The Amazon Resource Name (ARN) of the billing group being updated.
-
name
public final String name()
The name of the billing group. The names must be unique to each billing group.
- Returns:
- The name of the billing group. The names must be unique to each billing group.
-
status
public final BillingGroupStatus status()
The status of the billing group. Only one of the valid values can be used.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnBillingGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the billing group. Only one of the valid values can be used.
- See Also:
BillingGroupStatus
-
statusAsString
public final String statusAsString()
The status of the billing group. Only one of the valid values can be used.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnBillingGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the billing group. Only one of the valid values can be used.
- See Also:
BillingGroupStatus
-
computationPreference
public final ComputationPreference computationPreference()
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
- Returns:
- The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
-
description
public final String description()
A description of the billing group.
- Returns:
- A description of the billing group.
-
accountGrouping
public final UpdateBillingGroupAccountGrouping accountGrouping()
Specifies if the billing group has automatic account association (
AutoAssociate) enabled.- Returns:
- Specifies if the billing group has automatic account association (
AutoAssociate) enabled.
-
toBuilder
public UpdateBillingGroupRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateBillingGroupRequest.Builder,UpdateBillingGroupRequest>- Specified by:
toBuilderin classBillingconductorRequest
-
builder
public static UpdateBillingGroupRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateBillingGroupRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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 classSdkRequest
-
-