Class ListCustomLineItemsRequest
- 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.ListCustomLineItemsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListCustomLineItemsRequest.Builder,ListCustomLineItemsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListCustomLineItemsRequest extends BillingconductorRequest implements ToCopyableBuilder<ListCustomLineItemsRequest.Builder,ListCustomLineItemsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListCustomLineItemsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbillingPeriod()The preferred billing period to get custom line items (FFLIs).static ListCustomLineItemsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ListCustomLineItemsFilterfilters()AListCustomLineItemsFilterthat specifies the custom line item names and/or billing group Amazon Resource Names (ARNs) to retrieve FFLI information.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of billing groups to retrieve.StringnextToken()The pagination token that's used on subsequent calls to get custom line items (FFLIs).List<SdkField<?>>sdkFields()static Class<? extends ListCustomLineItemsRequest.Builder>serializableBuilderClass()ListCustomLineItemsRequest.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 custom line items (FFLIs).
- Returns:
- The preferred billing period to get custom line items (FFLIs).
-
maxResults
public final Integer maxResults()
The maximum number of billing groups to retrieve.
- Returns:
- The maximum number of billing groups to retrieve.
-
nextToken
public final String nextToken()
The pagination token that's used on subsequent calls to get custom line items (FFLIs).
- Returns:
- The pagination token that's used on subsequent calls to get custom line items (FFLIs).
-
filters
public final ListCustomLineItemsFilter filters()
A
ListCustomLineItemsFilterthat specifies the custom line item names and/or billing group Amazon Resource Names (ARNs) to retrieve FFLI information.- Returns:
- A
ListCustomLineItemsFilterthat specifies the custom line item names and/or billing group Amazon Resource Names (ARNs) to retrieve FFLI information.
-
toBuilder
public ListCustomLineItemsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListCustomLineItemsRequest.Builder,ListCustomLineItemsRequest>- Specified by:
toBuilderin classBillingconductorRequest
-
builder
public static ListCustomLineItemsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListCustomLineItemsRequest.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
-
-