Class ListResourcesAssociatedToCustomLineItemRequest
- 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.ListResourcesAssociatedToCustomLineItemRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListResourcesAssociatedToCustomLineItemRequest.Builder,ListResourcesAssociatedToCustomLineItemRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListResourcesAssociatedToCustomLineItemRequest extends BillingconductorRequest implements ToCopyableBuilder<ListResourcesAssociatedToCustomLineItemRequest.Builder,ListResourcesAssociatedToCustomLineItemRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListResourcesAssociatedToCustomLineItemRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the custom line item for which the resource associations will be listed.StringbillingPeriod()The billing period for which the resource associations will be listed.static ListResourcesAssociatedToCustomLineItemRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ListResourcesAssociatedToCustomLineItemFilterfilters()(Optional) AListResourcesAssociatedToCustomLineItemFilterthat can specify the types of resources that should be retrieved.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()(Optional) The maximum number of resource associations to be retrieved.StringnextToken()(Optional) The pagination token that's returned by a previous request.List<SdkField<?>>sdkFields()static Class<? extends ListResourcesAssociatedToCustomLineItemRequest.Builder>serializableBuilderClass()ListResourcesAssociatedToCustomLineItemRequest.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 billing period for which the resource associations will be listed.
- Returns:
- The billing period for which the resource associations will be listed.
-
arn
public final String arn()
The ARN of the custom line item for which the resource associations will be listed.
- Returns:
- The ARN of the custom line item for which the resource associations will be listed.
-
maxResults
public final Integer maxResults()
(Optional) The maximum number of resource associations to be retrieved.
- Returns:
- (Optional) The maximum number of resource associations to be retrieved.
-
nextToken
public final String nextToken()
(Optional) The pagination token that's returned by a previous request.
- Returns:
- (Optional) The pagination token that's returned by a previous request.
-
filters
public final ListResourcesAssociatedToCustomLineItemFilter filters()
(Optional) A
ListResourcesAssociatedToCustomLineItemFilterthat can specify the types of resources that should be retrieved.- Returns:
- (Optional) A
ListResourcesAssociatedToCustomLineItemFilterthat can specify the types of resources that should be retrieved.
-
toBuilder
public ListResourcesAssociatedToCustomLineItemRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListResourcesAssociatedToCustomLineItemRequest.Builder,ListResourcesAssociatedToCustomLineItemRequest>- Specified by:
toBuilderin classBillingconductorRequest
-
builder
public static ListResourcesAssociatedToCustomLineItemRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListResourcesAssociatedToCustomLineItemRequest.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
-
-