@Generated(value="software.amazon.awssdk:codegen") public final class GetGeoLocationRequest extends Route53Request implements ToCopyableBuilder<GetGeoLocationRequest.Builder,GetGeoLocationRequest>
A request for information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetGeoLocationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetGeoLocationRequest.Builder |
builder() |
String |
continentCode()
Amazon Route 53 supports the following continent codes:
|
String |
countryCode()
Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetGeoLocationRequest.Builder> |
serializableBuilderClass() |
String |
subdivisionCode()
Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2.
|
GetGeoLocationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String continentCode()
Amazon Route 53 supports the following continent codes:
AF: Africa
AN: Antarctica
AS: Asia
EU: Europe
OC: Oceania
NA: North America
SA: South America
AF: Africa
AN: Antarctica
AS: Asia
EU: Europe
OC: Oceania
NA: North America
SA: South America
public String countryCode()
Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.
public String subdivisionCode()
Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Route 53 doesn't support
subdivision codes for all countries. If you specify subdivisioncode, you must also specify
countrycode.
subdivisioncode, you must also
specify countrycode.public GetGeoLocationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetGeoLocationRequest.Builder,GetGeoLocationRequest>toBuilder in class Route53Requestpublic static GetGeoLocationRequest.Builder builder()
public static Class<? extends GetGeoLocationRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.