@Generated(value="software.amazon.awssdk:codegen") public final class ListGeoLocationsResponse extends Route53Response implements ToCopyableBuilder<ListGeoLocationsResponse.Builder,ListGeoLocationsResponse>
A complex type containing the response information for the request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListGeoLocationsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGeoLocationsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<GeoLocationDetails> |
geoLocationDetailsList()
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route 53
supports for geolocation. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasGeoLocationDetailsList()
Returns true if the GeoLocationDetailsList property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
int |
hashCode() |
Boolean |
isTruncated()
A value that indicates whether more locations remain to be listed after the last location in this response.
|
String |
maxItems()
The value that you specified for
MaxItems in the request. |
String |
nextContinentCode()
If
IsTruncated is true, you can make a follow-up request to display more locations. |
String |
nextCountryCode()
If
IsTruncated is true, you can make a follow-up request to display more locations. |
String |
nextSubdivisionCode()
If
IsTruncated is true, you can make a follow-up request to display more locations. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListGeoLocationsResponse.Builder> |
serializableBuilderClass() |
ListGeoLocationsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasGeoLocationDetailsList()
public List<GeoLocationDetails> geoLocationDetailsList()
A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53
supports for geolocation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasGeoLocationDetailsList() to see if a value was sent in this field.
GeoLocationDetails element for each location that Amazon
Route 53 supports for geolocation.public Boolean isTruncated()
A value that indicates whether more locations remain to be listed after the last location in this response. If
so, the value of IsTruncated is true. To get more values, submit another request and
include the values of NextContinentCode, NextCountryCode, and
NextSubdivisionCode in the startcontinentcode, startcountrycode, and
startsubdivisioncode, as applicable.
IsTruncated is true. To get more values, submit
another request and include the values of NextContinentCode, NextCountryCode,
and NextSubdivisionCode in the startcontinentcode,
startcountrycode, and startsubdivisioncode, as applicable.public String nextContinentCode()
If IsTruncated is true, you can make a follow-up request to display more locations.
Enter the value of NextContinentCode in the startcontinentcode parameter in another
ListGeoLocations request.
IsTruncated is true, you can make a follow-up request to display more
locations. Enter the value of NextContinentCode in the startcontinentcode
parameter in another ListGeoLocations request.public String nextCountryCode()
If IsTruncated is true, you can make a follow-up request to display more locations.
Enter the value of NextCountryCode in the startcountrycode parameter in another
ListGeoLocations request.
IsTruncated is true, you can make a follow-up request to display more
locations. Enter the value of NextCountryCode in the startcountrycode parameter
in another ListGeoLocations request.public String nextSubdivisionCode()
If IsTruncated is true, you can make a follow-up request to display more locations.
Enter the value of NextSubdivisionCode in the startsubdivisioncode parameter in another
ListGeoLocations request.
IsTruncated is true, you can make a follow-up request to display more
locations. Enter the value of NextSubdivisionCode in the startsubdivisioncode
parameter in another ListGeoLocations request.public String maxItems()
The value that you specified for MaxItems in the request.
MaxItems in the request.public ListGeoLocationsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListGeoLocationsResponse.Builder,ListGeoLocationsResponse>toBuilder in class AwsResponsepublic static ListGeoLocationsResponse.Builder builder()
public static Class<? extends ListGeoLocationsResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.