@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePricingPlanResponse extends IoTTwinMakerResponse implements ToCopyableBuilder<UpdatePricingPlanResponse.Builder,UpdatePricingPlanResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePricingPlanResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePricingPlanResponse.Builder |
builder() |
PricingPlan |
currentPricingPlan()
Update the current pricing plan.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PricingPlan |
pendingPricingPlan()
Update the pending pricing plan.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePricingPlanResponse.Builder> |
serializableBuilderClass() |
UpdatePricingPlanResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PricingPlan currentPricingPlan()
Update the current pricing plan.
public final PricingPlan pendingPricingPlan()
Update the pending pricing plan.
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.