@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGeoLocationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type containing the response information for the request.
Constructor and Description |
---|
ListGeoLocationsResult() |
Modifier and Type | Method and Description |
---|---|
ListGeoLocationsResult |
clone() |
boolean |
equals(Object obj) |
List<GeoLocationDetails> |
getGeoLocationDetailsList()
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route 53
supports for geolocation. |
Boolean |
getIsTruncated()
A value that indicates whether more locations remain to be listed after the last location in this response.
|
String |
getMaxItems()
The value that you specified for
MaxItems in the request. |
String |
getNextContinentCode()
If
IsTruncated is true , you can make a follow-up request to display more locations. |
String |
getNextCountryCode()
If
IsTruncated is true , you can make a follow-up request to display more locations. |
String |
getNextSubdivisionCode()
If
IsTruncated is true , you can make a follow-up request to display more locations. |
int |
hashCode() |
Boolean |
isTruncated()
A value that indicates whether more locations remain to be listed after the last location in this response.
|
void |
setGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route 53
supports for geolocation. |
void |
setIsTruncated(Boolean isTruncated)
A value that indicates whether more locations remain to be listed after the last location in this response.
|
void |
setMaxItems(String maxItems)
The value that you specified for
MaxItems in the request. |
void |
setNextContinentCode(String nextContinentCode)
If
IsTruncated is true , you can make a follow-up request to display more locations. |
void |
setNextCountryCode(String nextCountryCode)
If
IsTruncated is true , you can make a follow-up request to display more locations. |
void |
setNextSubdivisionCode(String nextSubdivisionCode)
If
IsTruncated is true , you can make a follow-up request to display more locations. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListGeoLocationsResult |
withGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route 53
supports for geolocation. |
ListGeoLocationsResult |
withGeoLocationDetailsList(GeoLocationDetails... geoLocationDetailsList)
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route 53
supports for geolocation. |
ListGeoLocationsResult |
withIsTruncated(Boolean isTruncated)
A value that indicates whether more locations remain to be listed after the last location in this response.
|
ListGeoLocationsResult |
withMaxItems(String maxItems)
The value that you specified for
MaxItems in the request. |
ListGeoLocationsResult |
withNextContinentCode(String nextContinentCode)
If
IsTruncated is true , you can make a follow-up request to display more locations. |
ListGeoLocationsResult |
withNextCountryCode(String nextCountryCode)
If
IsTruncated is true , you can make a follow-up request to display more locations. |
ListGeoLocationsResult |
withNextSubdivisionCode(String nextSubdivisionCode)
If
IsTruncated is true , you can make a follow-up request to display more locations. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<GeoLocationDetails> getGeoLocationDetailsList()
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 void setGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains one GeoLocationDetails
element for each location that Amazon Route 53
supports for geolocation.
geoLocationDetailsList
- A complex type that contains one GeoLocationDetails
element for each location that Amazon
Route 53 supports for geolocation.public ListGeoLocationsResult withGeoLocationDetailsList(GeoLocationDetails... geoLocationDetailsList)
A complex type that contains one GeoLocationDetails
element for each location that Amazon Route 53
supports for geolocation.
NOTE: This method appends the values to the existing list (if any). Use
setGeoLocationDetailsList(java.util.Collection)
or
withGeoLocationDetailsList(java.util.Collection)
if you want to override the existing values.
geoLocationDetailsList
- A complex type that contains one GeoLocationDetails
element for each location that Amazon
Route 53 supports for geolocation.public ListGeoLocationsResult withGeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains one GeoLocationDetails
element for each location that Amazon Route 53
supports for geolocation.
geoLocationDetailsList
- A complex type that contains one GeoLocationDetails
element for each location that Amazon
Route 53 supports for geolocation.public void setIsTruncated(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
- 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.public Boolean getIsTruncated()
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 ListGeoLocationsResult withIsTruncated(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
- 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.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 void setNextContinentCode(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.
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.public String getNextContinentCode()
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 ListGeoLocationsResult withNextContinentCode(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.
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.public void setNextCountryCode(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.
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.public String getNextCountryCode()
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 ListGeoLocationsResult withNextCountryCode(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.
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.public void setNextSubdivisionCode(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.
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.public String getNextSubdivisionCode()
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 ListGeoLocationsResult withNextSubdivisionCode(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.
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.public void setMaxItems(String maxItems)
The value that you specified for MaxItems
in the request.
maxItems
- The value that you specified for MaxItems
in the request.public String getMaxItems()
The value that you specified for MaxItems
in the request.
MaxItems
in the request.public ListGeoLocationsResult withMaxItems(String maxItems)
The value that you specified for MaxItems
in the request.
maxItems
- The value that you specified for MaxItems
in the request.public String toString()
toString
in class Object
Object.toString()
public ListGeoLocationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.