Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListGeoLocationsRequest.Builder,ListGeoLocationsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListGeoLocationsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListGeoLocationsRequest.Builder,ListGeoLocationsRequest>
A request to get a list of geographic locations that Amazon Route 53 supports for geolocation resource record sets.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListGeoLocationsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListGeoLocationsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
maxItems() |
(Optional) The maximum number of geolocations to be included in the response body for this request.
|
static Class<? extends ListGeoLocationsRequest.Builder> |
serializableBuilderClass() |
|
String |
startContinentCode() |
The code for the continent with which you want to start listing locations that Amazon Route 53 supports for
geolocation.
|
String |
startCountryCode() |
The code for the country with which you want to start listing locations that Amazon Route 53 supports for
geolocation.
|
String |
startSubdivisionCode() |
The code for the subdivision (for example, state or province) with which you want to start listing locations that
Amazon Route 53 supports for geolocation.
|
ListGeoLocationsRequest.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, withSdkClientExecutionTimeout
public String startContinentCode()
The code for the continent with which you want to start listing locations that Amazon Route 53 supports for
geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated
is
true, and if NextContinentCode
from the previous response has a value, enter that value in
StartContinentCode
to return the next page of results.
Include StartContinentCode
only if you want to list continents. Don't include
StartContinentCode
when you're listing countries or countries with their subdivisions.
IsTruncated
is true, and if NextContinentCode
from the previous response has a
value, enter that value in StartContinentCode
to return the next page of results.
Include StartContinentCode
only if you want to list continents. Don't include
StartContinentCode
when you're listing countries or countries with their subdivisions.
public String startCountryCode()
The code for the country with which you want to start listing locations that Amazon Route 53 supports for
geolocation. If Amazon Route 53 has already returned a page or more of results, if IsTruncated
is
true
, and if NextCountryCode
from the previous response has a value, enter that value
in StartCountryCode
to return the next page of results.
Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.
IsTruncated
is true
, and if NextCountryCode
from the previous
response has a value, enter that value in StartCountryCode
to return the next page of
results.
Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.
public String startSubdivisionCode()
The code for the subdivision (for example, state or province) with which you want to start listing locations that
Amazon Route 53 supports for geolocation. If Amazon Route 53 has already returned a page or more of results, if
IsTruncated
is true
, and if NextSubdivisionCode
from the previous response
has a value, enter that value in StartSubdivisionCode
to return the next page of results.
To list subdivisions of a country, you must include both StartCountryCode
and
StartSubdivisionCode
.
IsTruncated
is true
, and if
NextSubdivisionCode
from the previous response has a value, enter that value in
StartSubdivisionCode
to return the next page of results.
To list subdivisions of a country, you must include both StartCountryCode
and
StartSubdivisionCode
.
public String maxItems()
(Optional) The maximum number of geolocations to be included in the response body for this request. If more than
MaxItems
geolocations remain to be listed, then the value of the IsTruncated
element in
the response is true
.
MaxItems
geolocations remain to be listed, then the value of the
IsTruncated
element in the response is true
.public ListGeoLocationsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListGeoLocationsRequest.Builder,ListGeoLocationsRequest>
public static ListGeoLocationsRequest.Builder builder()
public static Class<? extends ListGeoLocationsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.