@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePricingRuleResponse extends BillingconductorResponse implements ToCopyableBuilder<UpdatePricingRuleResponse.Builder,UpdatePricingRuleResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePricingRuleResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the successfully updated pricing rule.
|
Long |
associatedPricingPlanCount()
The pricing plans count that this pricing rule is associated with.
|
String |
billingEntity()
The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling
services via Amazon Web Services Marketplace.
|
static UpdatePricingRuleResponse.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() |
Long |
lastModifiedTime()
The most recent time the pricing rule was modified.
|
Double |
modifierPercentage()
The new modifier to show pricing plan rates as a percentage.
|
String |
name()
The new name of the pricing rule.
|
String |
operation()
Operation refers to the specific Amazon Web Services covered by this line item.
|
PricingRuleScope |
scope()
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
|
String |
scopeAsString()
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePricingRuleResponse.Builder> |
serializableBuilderClass() |
String |
service()
If the
Scope attribute is set to SERVICE, the attribute indicates which service the
PricingRule is applicable for. |
UpdateTieringInput |
tiering()
The set of tiering configurations for the pricing rule.
|
UpdatePricingRuleResponse.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.
|
String |
usageType()
Usage type is the unit that each service uses to measure the usage of a specific type of resource.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the successfully updated pricing rule.
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 PricingRuleScope scope()
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
If the service returns an enum value that is not available in the current SDK version, scope will return
PricingRuleScope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scopeAsString().
PricingRuleScopepublic final String scopeAsString()
The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
If the service returns an enum value that is not available in the current SDK version, scope will return
PricingRuleScope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scopeAsString().
PricingRuleScopepublic 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 String service()
If the Scope attribute is set to SERVICE, the attribute indicates which service the
PricingRule is applicable for.
Scope attribute is set to SERVICE, the attribute indicates which service
the PricingRule is applicable for.public final Long associatedPricingPlanCount()
The pricing plans count that this pricing rule is associated with.
public final Long lastModifiedTime()
The most recent time the pricing rule was modified.
public final String billingEntity()
The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
public final UpdateTieringInput tiering()
The set of tiering configurations for the pricing rule.
public final String usageType()
Usage type is the unit that each service uses to measure the usage of a specific type of resource.
If the Scope attribute is set to SKU, this attribute indicates which usage type the
PricingRule is modifying. For example, USW2-BoxUsage:m2.2xlarge describes an
M2 High Memory Double Extra Large instance in the US West (Oregon) Region.
If the Scope attribute is set to SKU, this attribute indicates which usage type
the PricingRule is modifying. For example, USW2-BoxUsage:m2.2xlarge describes
an M2 High Memory Double Extra Large instance in the US West (Oregon) Region.
public final String operation()
Operation refers to the specific Amazon Web Services covered by this line item. This describes the specific usage of the line item.
If the Scope attribute is set to SKU, this attribute indicates which operation the
PricingRule is modifying. For example, a value of RunInstances:0202 indicates the
operation of running an Amazon EC2 instance.
If the Scope attribute is set to SKU, this attribute indicates which operation
the PricingRule is modifying. For example, a value of RunInstances:0202
indicates the operation of running an Amazon EC2 instance.
public UpdatePricingRuleResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePricingRuleResponse.Builder,UpdatePricingRuleResponse>toBuilder in class AwsResponsepublic static UpdatePricingRuleResponse.Builder builder()
public static Class<? extends UpdatePricingRuleResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.