@Generated(value="software.amazon.awssdk:codegen") public final class ListResourcesAssociatedToCustomLineItemRequest extends BillingconductorRequest implements ToCopyableBuilder<ListResourcesAssociatedToCustomLineItemRequest.Builder,ListResourcesAssociatedToCustomLineItemRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListResourcesAssociatedToCustomLineItemRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the custom line item for which the resource associations will be listed.
|
String |
billingPeriod()
The billing period for which the resource associations will be listed.
|
static ListResourcesAssociatedToCustomLineItemRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ListResourcesAssociatedToCustomLineItemFilter |
filters()
(Optional) A
ListResourcesAssociatedToCustomLineItemFilter that can specify the types of resources
that should be retrieved. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
(Optional) The maximum number of resource associations to be retrieved.
|
String |
nextToken()
(Optional) The pagination token that's returned by a previous request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListResourcesAssociatedToCustomLineItemRequest.Builder> |
serializableBuilderClass() |
ListResourcesAssociatedToCustomLineItemRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String billingPeriod()
The billing period for which the resource associations will be listed.
public final String arn()
The ARN of the custom line item for which the resource associations will be listed.
public final Integer maxResults()
(Optional) The maximum number of resource associations to be retrieved.
public final String nextToken()
(Optional) The pagination token that's returned by a previous request.
public final ListResourcesAssociatedToCustomLineItemFilter filters()
(Optional) A ListResourcesAssociatedToCustomLineItemFilter that can specify the types of resources
that should be retrieved.
ListResourcesAssociatedToCustomLineItemFilter that can specify the types of
resources that should be retrieved.public ListResourcesAssociatedToCustomLineItemRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListResourcesAssociatedToCustomLineItemRequest.Builder,ListResourcesAssociatedToCustomLineItemRequest>toBuilder in class BillingconductorRequestpublic static ListResourcesAssociatedToCustomLineItemRequest.Builder builder()
public static Class<? extends ListResourcesAssociatedToCustomLineItemRequest.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.