@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePricingRuleRequest extends BillingconductorRequest implements ToCopyableBuilder<UpdatePricingRuleRequest.Builder,UpdatePricingRuleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePricingRuleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the pricing rule to update.
|
static UpdatePricingRuleRequest.Builder |
builder() |
String |
description()
The new description for the pricing rule.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
modifierPercentage()
The new modifier to show pricing plan rates as a percentage.
|
String |
name()
The new name of the pricing rule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePricingRuleRequest.Builder> |
serializableBuilderClass() |
UpdateTieringInput |
tiering()
The set of tiering configurations for the pricing rule.
|
UpdatePricingRuleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
PricingRuleType |
type()
The new pricing rule type.
|
String |
typeAsString()
The new pricing rule type.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the pricing rule to update.
public final String name()
The new name of the pricing rule. The name must be unique to each pricing rule.
public final String description()
The new description for the pricing rule.
public final PricingRuleType type()
The new pricing rule type.
If the service returns an enum value that is not available in the current SDK version, type will return
PricingRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
PricingRuleTypepublic final String typeAsString()
The new pricing rule type.
If the service returns an enum value that is not available in the current SDK version, type will return
PricingRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
PricingRuleTypepublic final Double modifierPercentage()
The new modifier to show pricing plan rates as a percentage.
public final UpdateTieringInput tiering()
The set of tiering configurations for the pricing rule.
public UpdatePricingRuleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePricingRuleRequest.Builder,UpdatePricingRuleRequest>toBuilder in class BillingconductorRequestpublic static UpdatePricingRuleRequest.Builder builder()
public static Class<? extends UpdatePricingRuleRequest.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 © 2023. All rights reserved.