@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSitesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSitesRequest() |
Modifier and Type | Method and Description |
---|---|
ListSitesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults() |
String |
getNextToken() |
List<String> |
getOperatingAddressCityFilter()
Filters the results by city.
|
List<String> |
getOperatingAddressCountryCodeFilter()
Filters the results by country code.
|
List<String> |
getOperatingAddressStateOrRegionFilter()
Filters the results by state or region.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setOperatingAddressCityFilter(Collection<String> operatingAddressCityFilter)
Filters the results by city.
|
void |
setOperatingAddressCountryCodeFilter(Collection<String> operatingAddressCountryCodeFilter)
Filters the results by country code.
|
void |
setOperatingAddressStateOrRegionFilter(Collection<String> operatingAddressStateOrRegionFilter)
Filters the results by state or region.
|
String |
toString()
Returns a string representation of this object.
|
ListSitesRequest |
withMaxResults(Integer maxResults) |
ListSitesRequest |
withNextToken(String nextToken) |
ListSitesRequest |
withOperatingAddressCityFilter(Collection<String> operatingAddressCityFilter)
Filters the results by city.
|
ListSitesRequest |
withOperatingAddressCityFilter(String... operatingAddressCityFilter)
Filters the results by city.
|
ListSitesRequest |
withOperatingAddressCountryCodeFilter(Collection<String> operatingAddressCountryCodeFilter)
Filters the results by country code.
|
ListSitesRequest |
withOperatingAddressCountryCodeFilter(String... operatingAddressCountryCodeFilter)
Filters the results by country code.
|
ListSitesRequest |
withOperatingAddressStateOrRegionFilter(Collection<String> operatingAddressStateOrRegionFilter)
Filters the results by state or region.
|
ListSitesRequest |
withOperatingAddressStateOrRegionFilter(String... operatingAddressStateOrRegionFilter)
Filters the results by state or region.
|
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 setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListSitesRequest withNextToken(String nextToken)
nextToken
- public void setMaxResults(Integer maxResults)
maxResults
- public Integer getMaxResults()
public ListSitesRequest withMaxResults(Integer maxResults)
maxResults
- public List<String> getOperatingAddressCountryCodeFilter()
Filters the results by country code.
public void setOperatingAddressCountryCodeFilter(Collection<String> operatingAddressCountryCodeFilter)
Filters the results by country code.
operatingAddressCountryCodeFilter
- Filters the results by country code.public ListSitesRequest withOperatingAddressCountryCodeFilter(String... operatingAddressCountryCodeFilter)
Filters the results by country code.
NOTE: This method appends the values to the existing list (if any). Use
setOperatingAddressCountryCodeFilter(java.util.Collection)
or
withOperatingAddressCountryCodeFilter(java.util.Collection)
if you want to override the existing values.
operatingAddressCountryCodeFilter
- Filters the results by country code.public ListSitesRequest withOperatingAddressCountryCodeFilter(Collection<String> operatingAddressCountryCodeFilter)
Filters the results by country code.
operatingAddressCountryCodeFilter
- Filters the results by country code.public List<String> getOperatingAddressStateOrRegionFilter()
Filters the results by state or region.
public void setOperatingAddressStateOrRegionFilter(Collection<String> operatingAddressStateOrRegionFilter)
Filters the results by state or region.
operatingAddressStateOrRegionFilter
- Filters the results by state or region.public ListSitesRequest withOperatingAddressStateOrRegionFilter(String... operatingAddressStateOrRegionFilter)
Filters the results by state or region.
NOTE: This method appends the values to the existing list (if any). Use
setOperatingAddressStateOrRegionFilter(java.util.Collection)
or
withOperatingAddressStateOrRegionFilter(java.util.Collection)
if you want to override the existing
values.
operatingAddressStateOrRegionFilter
- Filters the results by state or region.public ListSitesRequest withOperatingAddressStateOrRegionFilter(Collection<String> operatingAddressStateOrRegionFilter)
Filters the results by state or region.
operatingAddressStateOrRegionFilter
- Filters the results by state or region.public List<String> getOperatingAddressCityFilter()
Filters the results by city.
public void setOperatingAddressCityFilter(Collection<String> operatingAddressCityFilter)
Filters the results by city.
operatingAddressCityFilter
- Filters the results by city.public ListSitesRequest withOperatingAddressCityFilter(String... operatingAddressCityFilter)
Filters the results by city.
NOTE: This method appends the values to the existing list (if any). Use
setOperatingAddressCityFilter(java.util.Collection)
or
withOperatingAddressCityFilter(java.util.Collection)
if you want to override the existing values.
operatingAddressCityFilter
- Filters the results by city.public ListSitesRequest withOperatingAddressCityFilter(Collection<String> operatingAddressCityFilter)
Filters the results by city.
operatingAddressCityFilter
- Filters the results by city.public String toString()
toString
in class Object
Object.toString()
public ListSitesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()