@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) |
boolean |
hasCurrencies()
Returns true if the Currencies property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasDescriptions()
Returns true if the Descriptions property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasDurations()
Returns true if the Durations property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasFilters()
Returns true if the Filters property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasOfferingIds()
Returns true if the OfferingIds property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasOperations()
Returns true if the Operations property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasPaymentOptions()
Returns true if the PaymentOptions property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasPlanTypes()
Returns true if the PlanTypes property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasServiceCodes()
Returns true if the ServiceCodes property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasUsageTypes()
Returns true if the UsageTypes property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
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 final boolean hasOfferingIds()
public final List<String> offeringIds()
The IDs of the offerings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOfferingIds() to see if a value was sent in this field.
public final List<SavingsPlanPaymentOption> paymentOptions()
The payment options.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPaymentOptions() to see if a value was sent in this field.
public final boolean hasPaymentOptions()
public final List<String> paymentOptionsAsStrings()
The payment options.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPaymentOptions() to see if a value was sent in this field.
public final 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 final 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 final List<SavingsPlanType> planTypes()
The plan type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPlanTypes() to see if a value was sent in this field.
public final boolean hasPlanTypes()
public final List<String> planTypesAsStrings()
The plan type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPlanTypes() to see if a value was sent in this field.
public final boolean hasDurations()
public final List<Long> durations()
The durations, in seconds.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDurations() to see if a value was sent in this field.
public final List<CurrencyCode> currencies()
The currencies.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCurrencies() to see if a value was sent in this field.
public final boolean hasCurrencies()
public final List<String> currenciesAsStrings()
The currencies.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCurrencies() to see if a value was sent in this field.
public final boolean hasDescriptions()
public final List<String> descriptions()
The descriptions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDescriptions() to see if a value was sent in this field.
public final boolean hasServiceCodes()
public final List<String> serviceCodes()
The services.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasServiceCodes() to see if a value was sent in this field.
public final boolean hasUsageTypes()
public final 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.
You can use hasUsageTypes() to see if a value was sent in this field.
public final boolean hasOperations()
public final 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.
You can use hasOperations() to see if a value was sent in this field.
public final boolean hasFilters()
public final List<SavingsPlanOfferingFilterElement> filters()
The filters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFilters() to see if a value was sent in this field.
public final String nextToken()
The token for the next page of results.
public final 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 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 © 2021. All rights reserved.