@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 boolean hasSavingsPlanOfferingIds()
public 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 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 boolean hasSavingsPlanPaymentOptions()
public 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 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 boolean hasSavingsPlanTypes()
public 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 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 boolean hasProducts()
public 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 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 boolean hasServiceCodes()
public 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 boolean hasUsageTypes()
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.
You can use hasUsageTypes() to see if a value was sent in this field.
public boolean hasOperations()
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.
You can use hasOperations() to see if a value was sent in this field.
public boolean hasFilters()
public 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 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 © 2020. All rights reserved.