@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePricingPlanResponse extends BillingconductorResponse implements ToCopyableBuilder<UpdatePricingPlanResponse.Builder,UpdatePricingPlanResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePricingPlanResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the updated pricing plan.
|
static UpdatePricingPlanResponse.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 when the pricing plan was modified.
|
String |
name()
The name of the pricing plan.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePricingPlanResponse.Builder> |
serializableBuilderClass() |
Long |
size()
The pricing rules count that's currently associated with this pricing plan list.
|
UpdatePricingPlanResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the updated pricing plan.
public final String name()
The name of the pricing plan. The name must be unique to each pricing plan.
public final String description()
The new description for the pricing rule.
public final Long size()
The pricing rules count that's currently associated with this pricing plan list.
public final Long lastModifiedTime()
The most recent time when the pricing plan was modified.
public UpdatePricingPlanResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePricingPlanResponse.Builder,UpdatePricingPlanResponse>toBuilder in class AwsResponsepublic static UpdatePricingPlanResponse.Builder builder()
public static Class<? extends UpdatePricingPlanResponse.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.