@Generated(value="software.amazon.awssdk:codegen") public final class PriceWithCurrency extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PriceWithCurrency.Builder,PriceWithCurrency>
Currency-specific price information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PriceWithCurrency.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PriceWithCurrency.Builder |
builder() |
String |
currency()
The currency specifier.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
price()
The price of a domain, in a specific currency.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PriceWithCurrency.Builder> |
serializableBuilderClass() |
PriceWithCurrency.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double price()
The price of a domain, in a specific currency.
public final String currency()
The currency specifier.
public PriceWithCurrency.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PriceWithCurrency.Builder,PriceWithCurrency>public static PriceWithCurrency.Builder builder()
public static Class<? extends PriceWithCurrency.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.