Cloneable, ReadLimitInfo, ToCopyableBuilder<GetGeoLocationRequest.Builder,GetGeoLocationRequest>@Generated("software.amazon.awssdk:codegen") public class GetGeoLocationRequest extends AmazonWebServiceRequest 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 | Description |
|---|---|---|
static interface |
GetGeoLocationRequest.Builder |
NOOP| Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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. Amazon 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetGeoLocationRequest.Builder,GetGeoLocationRequest>public static GetGeoLocationRequest.Builder builder()
public static Class<? extends GetGeoLocationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.