@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePricingPlanRequest extends BillingconductorRequest implements ToCopyableBuilder<UpdatePricingPlanRequest.Builder,UpdatePricingPlanRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePricingPlanRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the pricing plan that you're updating.
|
static UpdatePricingPlanRequest.Builder |
builder() |
String |
description()
The description of the pricing plan.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the pricing plan.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePricingPlanRequest.Builder> |
serializableBuilderClass() |
UpdatePricingPlanRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the pricing plan that you're updating.
public final String name()
The name of the pricing plan. The name must be unique to each pricing plan.
public final String description()
The description of the pricing plan.
public UpdatePricingPlanRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePricingPlanRequest.Builder,UpdatePricingPlanRequest>toBuilder in class BillingconductorRequestpublic static UpdatePricingPlanRequest.Builder builder()
public static Class<? extends UpdatePricingPlanRequest.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.