@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBillingGroupResponse extends BillingconductorResponse implements ToCopyableBuilder<UpdateBillingGroupResponse.Builder,UpdateBillingGroupResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBillingGroupResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
UpdateBillingGroupAccountGrouping |
accountGrouping()
Specifies if the billing group has automatic account association (
AutoAssociate) enabled. |
String |
arn()
The Amazon Resource Name (ARN) of the billing group that was updated.
|
static UpdateBillingGroupResponse.Builder |
builder() |
String |
description()
A description of the billing group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
lastModifiedTime()
The most recent time when the billing group was modified.
|
String |
name()
The name of the billing group.
|
String |
pricingPlanArn()
The Amazon Resource Name (ARN) of the pricing plan to compute Amazon Web Services charges for the billing group.
|
String |
primaryAccountId()
The account ID that serves as the main account in a billing group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBillingGroupResponse.Builder> |
serializableBuilderClass() |
Long |
size()
The number of accounts in the particular billing group.
|
BillingGroupStatus |
status()
The status of the billing group.
|
String |
statusAsString()
The status of the billing group.
|
String |
statusReason()
The reason why the billing group is in its current status.
|
UpdateBillingGroupResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the billing group that was updated.
public final String name()
The name of the billing group. The names must be unique to each billing group.
public final String description()
A description of the billing group.
public final String primaryAccountId()
The account ID that serves as the main account in a billing group.
public final String pricingPlanArn()
The Amazon Resource Name (ARN) of the pricing plan to compute Amazon Web Services charges for the billing group.
public final Long size()
The number of accounts in the particular billing group.
public final Long lastModifiedTime()
The most recent time when the billing group was modified.
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, status will
return BillingGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
BillingGroupStatuspublic 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, status will
return BillingGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
BillingGroupStatuspublic final String statusReason()
The reason why the billing group is in its current status.
public final UpdateBillingGroupAccountGrouping accountGrouping()
Specifies if the billing group has automatic account association (AutoAssociate) enabled.
AutoAssociate) enabled.public UpdateBillingGroupResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBillingGroupResponse.Builder,UpdateBillingGroupResponse>toBuilder in class AwsResponsepublic static UpdateBillingGroupResponse.Builder builder()
public static Class<? extends UpdateBillingGroupResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.