Class ListAccountAssociationsRequest
- 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.ListAccountAssociationsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAccountAssociationsRequest.Builder,ListAccountAssociationsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListAccountAssociationsRequest extends BillingconductorRequest implements ToCopyableBuilder<ListAccountAssociationsRequest.Builder,ListAccountAssociationsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListAccountAssociationsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbillingPeriod()The preferred billing period to get account associations.static ListAccountAssociationsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ListAccountAssociationsFilterfilters()The filter on the account ID of the linked account, or any of the following:<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnextToken()The pagination token that's used on subsequent calls to retrieve accounts.List<SdkField<?>>sdkFields()static Class<? extends ListAccountAssociationsRequest.Builder>serializableBuilderClass()ListAccountAssociationsRequest.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
-
billingPeriod
public final String billingPeriod()
The preferred billing period to get account associations.
- Returns:
- The preferred billing period to get account associations.
-
filters
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.- Returns:
- 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.
-
nextToken
public final String nextToken()
The pagination token that's used on subsequent calls to retrieve accounts.
- Returns:
- The pagination token that's used on subsequent calls to retrieve accounts.
-
toBuilder
public ListAccountAssociationsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAccountAssociationsRequest.Builder,ListAccountAssociationsRequest>- Specified by:
toBuilderin classBillingconductorRequest
-
builder
public static ListAccountAssociationsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListAccountAssociationsRequest.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
-
-