@Generated(value="software.amazon.awssdk:codegen") public final class DomainPrice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainPrice.Builder,DomainPrice>
Information about the domain price associated with a TLD.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainPrice.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DomainPrice.Builder |
builder() |
PriceWithCurrency |
changeOwnershipPrice()
The price for changing domain ownership.
|
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 TLD for which the prices apply.
|
PriceWithCurrency |
registrationPrice()
The price for domain registration with Route 53.
|
PriceWithCurrency |
renewalPrice()
The price for renewing domain registration with Route 53.
|
PriceWithCurrency |
restorationPrice()
The price for restoring the domain with Route 53.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DomainPrice.Builder> |
serializableBuilderClass() |
DomainPrice.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
PriceWithCurrency |
transferPrice()
The price for transferring the domain registration to Route 53.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the TLD for which the prices apply.
public final PriceWithCurrency registrationPrice()
The price for domain registration with Route 53.
public final PriceWithCurrency transferPrice()
The price for transferring the domain registration to Route 53.
public final PriceWithCurrency renewalPrice()
The price for renewing domain registration with Route 53.
public final PriceWithCurrency changeOwnershipPrice()
The price for changing domain ownership.
public final PriceWithCurrency restorationPrice()
The price for restoring the domain with Route 53.
public DomainPrice.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DomainPrice.Builder,DomainPrice>public static DomainPrice.Builder builder()
public static Class<? extends DomainPrice.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.