@Generated(value="software.amazon.awssdk:codegen") public final class ListAccountAssociationsRequest extends BillingconductorRequest implements ToCopyableBuilder<ListAccountAssociationsRequest.Builder,ListAccountAssociationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAccountAssociationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
billingPeriod()
The preferred billing period to get account associations.
|
static ListAccountAssociationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ListAccountAssociationsFilter |
filters()
The filter on the account ID of the linked account, or any of the following:
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The pagination token that's used on subsequent calls to retrieve accounts.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAccountAssociationsRequest.Builder> |
serializableBuilderClass() |
ListAccountAssociationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String billingPeriod()
The preferred billing period to get account associations.
public final ListAccountAssociationsFilter filters()
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 aren't 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 aren't associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided billing group Arn.
public final String nextToken()
The pagination token that's used on subsequent calls to retrieve accounts.
public ListAccountAssociationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAccountAssociationsRequest.Builder,ListAccountAssociationsRequest>toBuilder in class BillingconductorRequestpublic static ListAccountAssociationsRequest.Builder builder()
public static Class<? extends ListAccountAssociationsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.