@Generated(value="software.amazon.awssdk:codegen") public final class ListPricingRulesAssociatedToPricingPlanRequest extends BillingconductorRequest implements ToCopyableBuilder<ListPricingRulesAssociatedToPricingPlanRequest.Builder,ListPricingRulesAssociatedToPricingPlanRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPricingRulesAssociatedToPricingPlanRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
billingPeriod()
The billing period for which the pricing rule associations are to be listed.
|
static ListPricingRulesAssociatedToPricingPlanRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The optional maximum number of pricing rule associations to retrieve.
|
String |
nextToken()
The optional pagination token returned by a previous call.
|
String |
pricingPlanArn()
The Amazon Resource Name (ARN) of the pricing plan for which associations are to be listed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPricingRulesAssociatedToPricingPlanRequest.Builder> |
serializableBuilderClass() |
ListPricingRulesAssociatedToPricingPlanRequest.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 pricing rule associations are to be listed.
public final String pricingPlanArn()
The Amazon Resource Name (ARN) of the pricing plan for which associations are to be listed.
public final Integer maxResults()
The optional maximum number of pricing rule associations to retrieve.
public final String nextToken()
The optional pagination token returned by a previous call.
public ListPricingRulesAssociatedToPricingPlanRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPricingRulesAssociatedToPricingPlanRequest.Builder,ListPricingRulesAssociatedToPricingPlanRequest>toBuilder in class BillingconductorRequestpublic static ListPricingRulesAssociatedToPricingPlanRequest.Builder builder()
public static Class<? extends ListPricingRulesAssociatedToPricingPlanRequest.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.