Class ListGeoLocationsRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.route53.model.ListGeoLocationsRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class ListGeoLocationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for a
ListGeoLocations
request.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ListGeoLocationsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 theListGeoLocations
request to list.String
getStartCountryCode()
The first country code in the lexicographic ordering of geo locations that you want theListGeoLocations
request to list.String
getStartSubdivisionCode()
The first subdivision code in the lexicographic ordering of geo locations that you want theListGeoLocations
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 theListGeoLocations
request to list.void
setStartCountryCode(String startCountryCode)
The first country code in the lexicographic ordering of geo locations that you want theListGeoLocations
request to list.void
setStartSubdivisionCode(String startSubdivisionCode)
The first subdivision code in the lexicographic ordering of geo locations that you want theListGeoLocations
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 theListGeoLocations
request to list.ListGeoLocationsRequest
withStartCountryCode(String startCountryCode)
The first country code in the lexicographic ordering of geo locations that you want theListGeoLocations
request to list.ListGeoLocationsRequest
withStartSubdivisionCode(String startSubdivisionCode)
The first subdivision code in the lexicographic ordering of geo locations that you want theListGeoLocations
request to list.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
-
-
-
Method Detail
-
setStartContinentCode
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 eitherCountryCode
orSubdivisionCode
returns an InvalidInput error.- Parameters:
startContinentCode
- The first continent code in the lexicographic ordering of geo locations that you want theListGeoLocations
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 eitherCountryCode
orSubdivisionCode
returns an InvalidInput error.
-
getStartContinentCode
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 eitherCountryCode
orSubdivisionCode
returns an InvalidInput error.- Returns:
- 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 eitherCountryCode
orSubdivisionCode
returns an InvalidInput error.
-
withStartContinentCode
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 eitherCountryCode
orSubdivisionCode
returns an InvalidInput error.- Parameters:
startContinentCode
- The first continent code in the lexicographic ordering of geo locations that you want theListGeoLocations
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 eitherCountryCode
orSubdivisionCode
returns an InvalidInput error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStartCountryCode
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.- Parameters:
startCountryCode
- The first country code in the lexicographic ordering of geo locations that you want theListGeoLocations
request to list.The default geo location uses a
*
for the country code. All other country codes follow the ISO 3166 two-character code.
-
getStartCountryCode
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.- Returns:
- 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.
-
withStartCountryCode
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.- Parameters:
startCountryCode
- The first country code in the lexicographic ordering of geo locations that you want theListGeoLocations
request to list.The default geo location uses a
*
for the country code. All other country codes follow the ISO 3166 two-character code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStartSubdivisionCode
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
withoutCountryCode
returns an InvalidInput error.- Parameters:
startSubdivisionCode
- The first subdivision code in the lexicographic ordering of geo locations that you want theListGeoLocations
request to list.Constraint: Specifying
SubdivisionCode
withoutCountryCode
returns an InvalidInput error.
-
getStartSubdivisionCode
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
withoutCountryCode
returns an InvalidInput error.- Returns:
- The first subdivision code in the lexicographic ordering of geo
locations that you want the
ListGeoLocations
request to list.Constraint: Specifying
SubdivisionCode
withoutCountryCode
returns an InvalidInput error.
-
withStartSubdivisionCode
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
withoutCountryCode
returns an InvalidInput error.- Parameters:
startSubdivisionCode
- The first subdivision code in the lexicographic ordering of geo locations that you want theListGeoLocations
request to list.Constraint: Specifying
SubdivisionCode
withoutCountryCode
returns an InvalidInput error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
public void setMaxItems(String maxItems)
The maximum number of geo locations you want in the response body.
- Parameters:
maxItems
- The maximum number of geo locations you want in the response body.
-
getMaxItems
public String getMaxItems()
The maximum number of geo locations you want in the response body.
- Returns:
- The maximum number of geo locations you want in the response body.
-
withMaxItems
public ListGeoLocationsRequest withMaxItems(String maxItems)
The maximum number of geo locations you want in the response body.
- Parameters:
maxItems
- The maximum number of geo locations you want in the response body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListGeoLocationsRequest clone()
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
Object.clone()
-
-