@Generated(value="software.amazon.awssdk:codegen") public final class DescribeSavingsPlansOfferingsRequest extends SavingsplansRequest implements ToCopyableBuilder<DescribeSavingsPlansOfferingsRequest.Builder,DescribeSavingsPlansOfferingsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeSavingsPlansOfferingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeSavingsPlansOfferingsRequest.Builder |
builder() |
List<CurrencyCode> |
currencies()
The currencies.
|
List<String> |
currenciesAsStrings()
The currencies.
|
List<String> |
descriptions()
The descriptions.
|
List<Long> |
durations()
The durations, in seconds.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<SavingsPlanOfferingFilterElement> |
filters()
The filters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return with a single call.
|
String |
nextToken()
The token for the next page of results.
|
List<String> |
offeringIds()
The IDs of the offerings.
|
List<String> |
operations()
The specific AWS operation for the line item in the billing report.
|
List<SavingsPlanPaymentOption> |
paymentOptions()
The payment options.
|
List<String> |
paymentOptionsAsStrings()
The payment options.
|
List<SavingsPlanType> |
planTypes()
The plan type.
|
List<String> |
planTypesAsStrings()
The plan type.
|
SavingsPlanProductType |
productType()
The product type.
|
String |
productTypeAsString()
The product type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeSavingsPlansOfferingsRequest.Builder> |
serializableBuilderClass() |
List<String> |
serviceCodes()
The services.
|
DescribeSavingsPlansOfferingsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
usageTypes()
The usage details of the line item in the billing report.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> offeringIds()
The IDs of the offerings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<SavingsPlanPaymentOption> paymentOptions()
The payment options.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> paymentOptionsAsStrings()
The payment options.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public SavingsPlanProductType productType()
The product type.
If the service returns an enum value that is not available in the current SDK version, productType will
return SavingsPlanProductType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from productTypeAsString().
SavingsPlanProductTypepublic String productTypeAsString()
The product type.
If the service returns an enum value that is not available in the current SDK version, productType will
return SavingsPlanProductType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from productTypeAsString().
SavingsPlanProductTypepublic List<SavingsPlanType> planTypes()
The plan type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> planTypesAsStrings()
The plan type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<Long> durations()
The durations, in seconds.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<CurrencyCode> currencies()
The currencies.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> currenciesAsStrings()
The currencies.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> descriptions()
The descriptions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> serviceCodes()
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<SavingsPlanOfferingFilterElement> 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 DescribeSavingsPlansOfferingsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeSavingsPlansOfferingsRequest.Builder,DescribeSavingsPlansOfferingsRequest>toBuilder in class SavingsplansRequestpublic static DescribeSavingsPlansOfferingsRequest.Builder builder()
public static Class<? extends DescribeSavingsPlansOfferingsRequest.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.