@Generated(value="software.amazon.awssdk:codegen") public final class ListGeoLocationsRequest extends Route53Request 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 and Description |
|---|---|
static interface |
ListGeoLocationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGeoLocationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
maxItems()
(Optional) The maximum number of geolocations to be included in the response body for this request.
|
List<SdkField<?>> |
sdkFields() |
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 state of the United States with which you want to start listing locations that Amazon Route 53
supports for geolocation.
|
ListGeoLocationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String startContinentCode()
The code for the continent with which you want to start listing locations that Amazon Route 53 supports for
geolocation. If 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 final String startCountryCode()
The code for the country with which you want to start listing locations that Amazon Route 53 supports for
geolocation. If 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.
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.public final String startSubdivisionCode()
The code for the state of the United States with which you want to start listing locations that Amazon Route 53
supports for geolocation. If 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 (U.S. states), 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 (U.S. states), you must include both startcountrycode and
startsubdivisioncode.
public final 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()
toBuilder in interface ToCopyableBuilder<ListGeoLocationsRequest.Builder,ListGeoLocationsRequest>toBuilder in class Route53Requestpublic static ListGeoLocationsRequest.Builder builder()
public static Class<? extends ListGeoLocationsRequest.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.