@Generated(value="software.amazon.awssdk:codegen") public final class ListPricesRequest extends Route53DomainsRequest implements ToCopyableBuilder<ListPricesRequest.Builder,ListPricesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPricesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPricesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
For an initial request for a list of prices, omit this element.
|
Integer |
maxItems()
Number of
Prices to be returned. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPricesRequest.Builder> |
serializableBuilderClass() |
String |
tld()
The TLD for which you want to receive the pricing information.
|
ListPricesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String tld()
The TLD for which you want to receive the pricing information. For example. .net.
If a Tld value is not provided, a list of prices for all TLDs supported by RouteĀ 53 is returned.
.net.
If a Tld value is not provided, a list of prices for all TLDs supported by RouteĀ 53 is
returned.
public final String marker()
For an initial request for a list of prices, omit this element. If the number of prices that are not yet complete
is greater than the value that you specified for MaxItems, you can use Marker to return
additional prices. Get the value of NextPageMarker from the previous response, and submit another
request that includes the value of NextPageMarker in the Marker element.
Used only for all TLDs. If you specify a TLD, don't specify a Marker.
MaxItems, you can use
Marker to return additional prices. Get the value of NextPageMarker from the
previous response, and submit another request that includes the value of NextPageMarker in
the Marker element.
Used only for all TLDs. If you specify a TLD, don't specify a Marker.
public final Integer maxItems()
Number of Prices to be returned.
Used only for all TLDs. If you specify a TLD, don't specify a MaxItems.
Prices to be returned.
Used only for all TLDs. If you specify a TLD, don't specify a MaxItems.
public ListPricesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPricesRequest.Builder,ListPricesRequest>toBuilder in class Route53DomainsRequestpublic static ListPricesRequest.Builder builder()
public static Class<? extends ListPricesRequest.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.