@Generated(value="software.amazon.awssdk:codegen") public final class DescribeSavingsPlansOfferingRatesRequest extends SavingsplansRequest implements ToCopyableBuilder<DescribeSavingsPlansOfferingRatesRequest.Builder,DescribeSavingsPlansOfferingRatesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeSavingsPlansOfferingRatesRequest.Builder |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> savingsPlanOfferingIds()
The IDs of the offerings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<SavingsPlanPaymentOption> savingsPlanPaymentOptions()
The payment options.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> savingsPlanPaymentOptionsAsStrings()
The payment options.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<SavingsPlanType> savingsPlanTypes()
The plan types.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> savingsPlanTypesAsStrings()
The plan types.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<SavingsPlanProductType> products()
The AWS products.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> productsAsStrings()
The AWS products.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<SavingsPlanRateServiceCode> serviceCodes()
The services.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> serviceCodesAsStrings()
The services.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> usageTypes()
The usage details of the line item in the billing report.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> operations()
The specific AWS operation for the line item in the billing report.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<SavingsPlanOfferingRateFilterElement> filters()
The filters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
The token for the next page of results.
public Integer maxResults()
The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.
public DescribeSavingsPlansOfferingRatesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeSavingsPlansOfferingRatesRequest.Builder,DescribeSavingsPlansOfferingRatesRequest>toBuilder in class SavingsplansRequestpublic static DescribeSavingsPlansOfferingRatesRequest.Builder builder()
public static Class<? extends DescribeSavingsPlansOfferingRatesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.