public class ListGeoLocationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for a ListGeoLocations
request.
NOOP
Constructor and Description |
---|
ListGeoLocationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListGeoLocationsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getMaxItems()
The maximum number of geo locations you want in the response body.
|
String |
getStartContinentCode()
The first continent code in the lexicographic ordering of geo locations
that you want the
ListGeoLocations request to list. |
String |
getStartCountryCode()
The first country code in the lexicographic ordering of geo locations
that you want the
ListGeoLocations request to list. |
String |
getStartSubdivisionCode()
The first subdivision code in the lexicographic ordering of geo locations
that you want the
ListGeoLocations request to list. |
int |
hashCode() |
void |
setMaxItems(String maxItems)
The maximum number of geo locations you want in the response body.
|
void |
setStartContinentCode(String startContinentCode)
The first continent code in the lexicographic ordering of geo locations
that you want the
ListGeoLocations request to list. |
void |
setStartCountryCode(String startCountryCode)
The first country code in the lexicographic ordering of geo locations
that you want the
ListGeoLocations request to list. |
void |
setStartSubdivisionCode(String startSubdivisionCode)
The first subdivision code in the lexicographic ordering of geo locations
that you want the
ListGeoLocations request to list. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListGeoLocationsRequest |
withMaxItems(String maxItems)
The maximum number of geo locations you want in the response body.
|
ListGeoLocationsRequest |
withStartContinentCode(String startContinentCode)
The first continent code in the lexicographic ordering of geo locations
that you want the
ListGeoLocations request to list. |
ListGeoLocationsRequest |
withStartCountryCode(String startCountryCode)
The first country code in the lexicographic ordering of geo locations
that you want the
ListGeoLocations request to list. |
ListGeoLocationsRequest |
withStartSubdivisionCode(String startSubdivisionCode)
The first subdivision code in the lexicographic ordering of geo locations
that you want the
ListGeoLocations request to list. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStartContinentCode(String startContinentCode)
The first continent code in the lexicographic ordering of geo locations
that you want the ListGeoLocations
request to list. For
non-continent geo locations, this should be null.
Valid values: AF
| AN
| AS
|
EU
| OC
| NA
| SA
Constraint: Specifying ContinentCode
with either
CountryCode
or SubdivisionCode
returns an
InvalidInput error.
startContinentCode
- The first continent code in the lexicographic ordering of geo
locations that you want the ListGeoLocations
request
to list. For non-continent geo locations, this should be null.
Valid values: AF
| AN
| AS
| EU
| OC
| NA
|
SA
Constraint: Specifying ContinentCode
with either
CountryCode
or SubdivisionCode
returns
an InvalidInput error.
public String getStartContinentCode()
The first continent code in the lexicographic ordering of geo locations
that you want the ListGeoLocations
request to list. For
non-continent geo locations, this should be null.
Valid values: AF
| AN
| AS
|
EU
| OC
| NA
| SA
Constraint: Specifying ContinentCode
with either
CountryCode
or SubdivisionCode
returns an
InvalidInput error.
ListGeoLocations
request
to list. For non-continent geo locations, this should be
null.
Valid values: AF
| AN
| AS
| EU
| OC
| NA
|
SA
Constraint: Specifying ContinentCode
with either
CountryCode
or SubdivisionCode
returns
an InvalidInput error.
public ListGeoLocationsRequest withStartContinentCode(String startContinentCode)
The first continent code in the lexicographic ordering of geo locations
that you want the ListGeoLocations
request to list. For
non-continent geo locations, this should be null.
Valid values: AF
| AN
| AS
|
EU
| OC
| NA
| SA
Constraint: Specifying ContinentCode
with either
CountryCode
or SubdivisionCode
returns an
InvalidInput error.
startContinentCode
- The first continent code in the lexicographic ordering of geo
locations that you want the ListGeoLocations
request
to list. For non-continent geo locations, this should be null.
Valid values: AF
| AN
| AS
| EU
| OC
| NA
|
SA
Constraint: Specifying ContinentCode
with either
CountryCode
or SubdivisionCode
returns
an InvalidInput error.
public void setStartCountryCode(String startCountryCode)
The first country code in the lexicographic ordering of geo locations
that you want the ListGeoLocations
request to list.
The default geo location uses a *
for the country code. All
other country codes follow the ISO 3166 two-character code.
startCountryCode
- The first country code in the lexicographic ordering of geo
locations that you want the ListGeoLocations
request
to list.
The default geo location uses a *
for the country
code. All other country codes follow the ISO 3166 two-character
code.
public String getStartCountryCode()
The first country code in the lexicographic ordering of geo locations
that you want the ListGeoLocations
request to list.
The default geo location uses a *
for the country code. All
other country codes follow the ISO 3166 two-character code.
ListGeoLocations
request
to list.
The default geo location uses a *
for the country
code. All other country codes follow the ISO 3166 two-character
code.
public ListGeoLocationsRequest withStartCountryCode(String startCountryCode)
The first country code in the lexicographic ordering of geo locations
that you want the ListGeoLocations
request to list.
The default geo location uses a *
for the country code. All
other country codes follow the ISO 3166 two-character code.
startCountryCode
- The first country code in the lexicographic ordering of geo
locations that you want the ListGeoLocations
request
to list.
The default geo location uses a *
for the country
code. All other country codes follow the ISO 3166 two-character
code.
public void setStartSubdivisionCode(String startSubdivisionCode)
The first subdivision code in the lexicographic ordering of geo locations
that you want the ListGeoLocations
request to list.
Constraint: Specifying SubdivisionCode
without
CountryCode
returns an InvalidInput error.
startSubdivisionCode
- The first subdivision code in the lexicographic ordering of geo
locations that you want the ListGeoLocations
request
to list.
Constraint: Specifying SubdivisionCode
without
CountryCode
returns an InvalidInput error.
public String getStartSubdivisionCode()
The first subdivision code in the lexicographic ordering of geo locations
that you want the ListGeoLocations
request to list.
Constraint: Specifying SubdivisionCode
without
CountryCode
returns an InvalidInput error.
ListGeoLocations
request
to list.
Constraint: Specifying SubdivisionCode
without
CountryCode
returns an InvalidInput error.
public ListGeoLocationsRequest withStartSubdivisionCode(String startSubdivisionCode)
The first subdivision code in the lexicographic ordering of geo locations
that you want the ListGeoLocations
request to list.
Constraint: Specifying SubdivisionCode
without
CountryCode
returns an InvalidInput error.
startSubdivisionCode
- The first subdivision code in the lexicographic ordering of geo
locations that you want the ListGeoLocations
request
to list.
Constraint: Specifying SubdivisionCode
without
CountryCode
returns an InvalidInput error.
public void setMaxItems(String maxItems)
The maximum number of geo locations you want in the response body.
maxItems
- The maximum number of geo locations you want in the response body.public String getMaxItems()
The maximum number of geo locations you want in the response body.
public ListGeoLocationsRequest withMaxItems(String maxItems)
The maximum number of geo locations you want in the response body.
maxItems
- The maximum number of geo locations you want in the response body.public String toString()
toString
in class Object
Object.toString()
public ListGeoLocationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.