ToCopyableBuilder<ListGeoLocationsResponse.Builder,ListGeoLocationsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListGeoLocationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListGeoLocationsResponse.Builder,ListGeoLocationsResponse>
A complex type containing the response information for the request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListGeoLocationsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListGeoLocationsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<GeoLocationDetails> |
geoLocationDetailsList() |
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route 53
supports for geolocation. |
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. |
static Class<? extends ListGeoLocationsResponse.Builder> |
serializableBuilderClass() |
|
ListGeoLocationsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<GeoLocationDetails> geoLocationDetailsList()
A complex type that contains one GeoLocationDetails
element for each location that Amazon Route 53
supports for geolocation.
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListGeoLocationsResponse.Builder,ListGeoLocationsResponse>
public static ListGeoLocationsResponse.Builder builder()
public static Class<? extends ListGeoLocationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.