@Generated(value="software.amazon.awssdk:codegen") public final class ListBillingGroupAccountGrouping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListBillingGroupAccountGrouping.Builder,ListBillingGroupAccountGrouping>
Specifies if the billing group has the following features enabled.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBillingGroupAccountGrouping.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoAssociate()
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join
your consolidated billing family.
|
static ListBillingGroupAccountGrouping.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListBillingGroupAccountGrouping.Builder> |
serializableBuilderClass() |
ListBillingGroupAccountGrouping.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean autoAssociate()
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.
public ListBillingGroupAccountGrouping.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBillingGroupAccountGrouping.Builder,ListBillingGroupAccountGrouping>public static ListBillingGroupAccountGrouping.Builder builder()
public static Class<? extends ListBillingGroupAccountGrouping.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.