@Generated(value="software.amazon.awssdk:codegen") public final class ListAccountAssociationsFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListAccountAssociationsFilter.Builder,ListAccountAssociationsFilter>
The filter on the account ID of the linked account, or any of the following:
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that are not associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAccountAssociationsFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Web Services account ID to filter on.
|
List<String> |
accountIds()
The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
|
String |
association()
MONITORED: linked accounts that are associated to billing groups. |
static ListAccountAssociationsFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAccountIds()
For responses, this returns true if the service returned a value for the AccountIds property.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAccountAssociationsFilter.Builder> |
serializableBuilderClass() |
ListAccountAssociationsFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String association()
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that are not associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that are not associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.
public final String accountId()
The Amazon Web Services account ID to filter on.
public final boolean hasAccountIds()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> accountIds()
The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAccountIds() method.
public ListAccountAssociationsFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAccountAssociationsFilter.Builder,ListAccountAssociationsFilter>public static ListAccountAssociationsFilter.Builder builder()
public static Class<? extends ListAccountAssociationsFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.