@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 |
| Modifier and Type | Method and Description |
|---|---|
static DescribeSavingsPlansOfferingRatesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<SavingsPlanOfferingRateFilterElement> |
filters()
The filters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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 |
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 |
hasProducts()
Returns true if the Products 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 |
hasSavingsPlanOfferingIds()
Returns true if the SavingsPlanOfferingIds 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 |
hasSavingsPlanPaymentOptions()
Returns true if the SavingsPlanPaymentOptions 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 |
hasSavingsPlanTypes()
Returns true if the SavingsPlanTypes 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> |
operations()
The specific AWS operation for the line item in the billing report.
|
List<SavingsPlanProductType> |
products()
The AWS products.
|
List<String> |
productsAsStrings()
The AWS products.
|
List<String> |
savingsPlanOfferingIds()
The IDs of the offerings.
|
List<SavingsPlanPaymentOption> |
savingsPlanPaymentOptions()
The payment options.
|
List<String> |
savingsPlanPaymentOptionsAsStrings()
The payment options.
|
List<SavingsPlanType> |
savingsPlanTypes()
The plan types.
|
List<String> |
savingsPlanTypesAsStrings()
The plan types.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeSavingsPlansOfferingRatesRequest.Builder> |
serializableBuilderClass() |
List<SavingsPlanRateServiceCode> |
serviceCodes()
The services.
|
List<String> |
serviceCodesAsStrings()
The services.
|
DescribeSavingsPlansOfferingRatesRequest.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 hasSavingsPlanOfferingIds()
public final List<String> savingsPlanOfferingIds()
The IDs of the offerings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSavingsPlanOfferingIds() to see if a value was sent in this field.
public final List<SavingsPlanPaymentOption> savingsPlanPaymentOptions()
The payment options.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSavingsPlanPaymentOptions() to see if a value was sent in this field.
public final boolean hasSavingsPlanPaymentOptions()
public final List<String> savingsPlanPaymentOptionsAsStrings()
The payment options.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSavingsPlanPaymentOptions() to see if a value was sent in this field.
public final List<SavingsPlanType> savingsPlanTypes()
The plan types.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSavingsPlanTypes() to see if a value was sent in this field.
public final boolean hasSavingsPlanTypes()
public final List<String> savingsPlanTypesAsStrings()
The plan types.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSavingsPlanTypes() to see if a value was sent in this field.
public final List<SavingsPlanProductType> products()
The AWS products.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasProducts() to see if a value was sent in this field.
public final boolean hasProducts()
public final List<String> productsAsStrings()
The AWS products.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasProducts() to see if a value was sent in this field.
public final List<SavingsPlanRateServiceCode> 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 hasServiceCodes()
public final List<String> serviceCodesAsStrings()
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<SavingsPlanOfferingRateFilterElement> 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 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 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.