@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults() |
String |
getNextToken() |
List<String> |
getOperatingAddressCityFilter()
A filter for the city of the Outpost site.
|
List<String> |
getOperatingAddressCountryCodeFilter()
A filter for the country code of the Outpost site.
|
List<String> |
getOperatingAddressStateOrRegionFilter()
A filter for the state/region of the Outpost site.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setOperatingAddressCityFilter(Collection<String> operatingAddressCityFilter)
A filter for the city of the Outpost site.
|
void |
setOperatingAddressCountryCodeFilter(Collection<String> operatingAddressCountryCodeFilter)
A filter for the country code of the Outpost site.
|
void |
setOperatingAddressStateOrRegionFilter(Collection<String> operatingAddressStateOrRegionFilter)
A filter for the state/region of the Outpost site.
|
String |
toString()
Returns a string representation of this object.
|
ListSitesRequest |
withMaxResults(Integer maxResults) |
ListSitesRequest |
withNextToken(String nextToken) |
ListSitesRequest |
withOperatingAddressCityFilter(Collection<String> operatingAddressCityFilter)
A filter for the city of the Outpost site.
|
ListSitesRequest |
withOperatingAddressCityFilter(String... operatingAddressCityFilter)
A filter for the city of the Outpost site.
|
ListSitesRequest |
withOperatingAddressCountryCodeFilter(Collection<String> operatingAddressCountryCodeFilter)
A filter for the country code of the Outpost site.
|
ListSitesRequest |
withOperatingAddressCountryCodeFilter(String... operatingAddressCountryCodeFilter)
A filter for the country code of the Outpost site.
|
ListSitesRequest |
withOperatingAddressStateOrRegionFilter(Collection<String> operatingAddressStateOrRegionFilter)
A filter for the state/region of the Outpost site.
|
ListSitesRequest |
withOperatingAddressStateOrRegionFilter(String... operatingAddressStateOrRegionFilter)
A filter for the state/region of the Outpost site.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic 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()
A filter for the country code of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR, and the request returns all results that match any of the specified values.
public void setOperatingAddressCountryCodeFilter(Collection<String> operatingAddressCountryCodeFilter)
A filter for the country code of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
operatingAddressCountryCodeFilter - A filter for the country code of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR, and the request returns all results that match any of the specified values.
public ListSitesRequest withOperatingAddressCountryCodeFilter(String... operatingAddressCountryCodeFilter)
A filter for the country code of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
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 - A filter for the country code of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR, and the request returns all results that match any of the specified values.
public ListSitesRequest withOperatingAddressCountryCodeFilter(Collection<String> operatingAddressCountryCodeFilter)
A filter for the country code of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
operatingAddressCountryCodeFilter - A filter for the country code of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR, and the request returns all results that match any of the specified values.
public List<String> getOperatingAddressStateOrRegionFilter()
A filter for the state/region of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR, and the request returns all results that match any of the specified values.
public void setOperatingAddressStateOrRegionFilter(Collection<String> operatingAddressStateOrRegionFilter)
A filter for the state/region of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
operatingAddressStateOrRegionFilter - A filter for the state/region of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR, and the request returns all results that match any of the specified values.
public ListSitesRequest withOperatingAddressStateOrRegionFilter(String... operatingAddressStateOrRegionFilter)
A filter for the state/region of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
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 - A filter for the state/region of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR, and the request returns all results that match any of the specified values.
public ListSitesRequest withOperatingAddressStateOrRegionFilter(Collection<String> operatingAddressStateOrRegionFilter)
A filter for the state/region of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
operatingAddressStateOrRegionFilter - A filter for the state/region of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR, and the request returns all results that match any of the specified values.
public List<String> getOperatingAddressCityFilter()
A filter for the city of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR, and the request returns all results that match any of the specified values.
public void setOperatingAddressCityFilter(Collection<String> operatingAddressCityFilter)
A filter for the city of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
operatingAddressCityFilter - A filter for the city of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR, and the request returns all results that match any of the specified values.
public ListSitesRequest withOperatingAddressCityFilter(String... operatingAddressCityFilter)
A filter for the city of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
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 - A filter for the city of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR, and the request returns all results that match any of the specified values.
public ListSitesRequest withOperatingAddressCityFilter(Collection<String> operatingAddressCityFilter)
A filter for the city of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
operatingAddressCityFilter - A filter for the city of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with
an OR, and the request returns all results that match any of the specified values.
public String toString()
toString in class ObjectObject.toString()public ListSitesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.