@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGeoLocationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to get a list of geographic locations that Amazon Route 53 supports for geolocation resource record sets.
NOOP
Constructor and Description |
---|
ListGeoLocationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListGeoLocationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMaxItems()
(Optional) The maximum number of geolocations to be included in the response body for this request.
|
String |
getStartContinentCode()
The code for the continent with which you want to start listing locations that Amazon Route 53 supports for
geolocation.
|
String |
getStartCountryCode()
The code for the country with which you want to start listing locations that Amazon Route 53 supports for
geolocation.
|
String |
getStartSubdivisionCode()
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.
|
int |
hashCode() |
void |
setMaxItems(String maxItems)
(Optional) The maximum number of geolocations to be included in the response body for this request.
|
void |
setStartContinentCode(String startContinentCode)
The code for the continent with which you want to start listing locations that Amazon Route 53 supports for
geolocation.
|
void |
setStartCountryCode(String startCountryCode)
The code for the country with which you want to start listing locations that Amazon Route 53 supports for
geolocation.
|
void |
setStartSubdivisionCode(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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListGeoLocationsRequest |
withMaxItems(String maxItems)
(Optional) The maximum number of geolocations to be included in the response body for this request.
|
ListGeoLocationsRequest |
withStartContinentCode(String startContinentCode)
The code for the continent with which you want to start listing locations that Amazon Route 53 supports for
geolocation.
|
ListGeoLocationsRequest |
withStartCountryCode(String startCountryCode)
The code for the country with which you want to start listing locations that Amazon Route 53 supports for
geolocation.
|
ListGeoLocationsRequest |
withStartSubdivisionCode(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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStartContinentCode(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.
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.
public String getStartContinentCode()
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 ListGeoLocationsRequest withStartContinentCode(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.
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.
public void setStartCountryCode(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.
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.
public String getStartCountryCode()
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 ListGeoLocationsRequest withStartCountryCode(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.
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.
public void setStartSubdivisionCode(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
.
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
.
public String getStartSubdivisionCode()
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 ListGeoLocationsRequest withStartSubdivisionCode(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
.
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
.
public void setMaxItems(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
- (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
.public String getMaxItems()
(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 withMaxItems(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
- (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
.public String toString()
toString
in class Object
Object.toString()
public ListGeoLocationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.