@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNetworkSitesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListNetworkSitesRequest() |
Modifier and Type | Method and Description |
---|---|
ListNetworkSitesRequest |
addFiltersEntry(String key,
List<String> value)
Add a single Filters entry
|
ListNetworkSitesRequest |
clearFiltersEntries()
Removes all the entries added into Filters.
|
ListNetworkSitesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,List<String>> |
getFilters()
The filters.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNetworkArn()
The Amazon Resource Name (ARN) of the network.
|
String |
getStartToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setFilters(Map<String,List<String>> filters)
The filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
|
void |
setStartToken(String startToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListNetworkSitesRequest |
withFilters(Map<String,List<String>> filters)
The filters.
|
ListNetworkSitesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListNetworkSitesRequest |
withNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
|
ListNetworkSitesRequest |
withStartToken(String startToken)
The token for the next page of results.
|
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 Map<String,List<String>> getFilters()
The filters. Add filters to your request to return a more specific list of results. Use filters to match the status of the network sites.
STATUS
- The status (AVAILABLE
| CREATED
| DELETED
|
DEPROVISIONING
| PROVISIONING
).
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.
STATUS
- The status (AVAILABLE
| CREATED
| DELETED
|
DEPROVISIONING
| PROVISIONING
).
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 setFilters(Map<String,List<String>> filters)
The filters. Add filters to your request to return a more specific list of results. Use filters to match the status of the network sites.
STATUS
- The status (AVAILABLE
| CREATED
| DELETED
|
DEPROVISIONING
| PROVISIONING
).
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.
filters
- The filters. Add filters to your request to return a more specific list of results. Use filters to match
the status of the network sites.
STATUS
- The status (AVAILABLE
| CREATED
| DELETED
|
DEPROVISIONING
| PROVISIONING
).
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 ListNetworkSitesRequest withFilters(Map<String,List<String>> filters)
The filters. Add filters to your request to return a more specific list of results. Use filters to match the status of the network sites.
STATUS
- The status (AVAILABLE
| CREATED
| DELETED
|
DEPROVISIONING
| PROVISIONING
).
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.
filters
- The filters. Add filters to your request to return a more specific list of results. Use filters to match
the status of the network sites.
STATUS
- The status (AVAILABLE
| CREATED
| DELETED
|
DEPROVISIONING
| PROVISIONING
).
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 ListNetworkSitesRequest addFiltersEntry(String key, List<String> value)
public ListNetworkSitesRequest clearFiltersEntries()
public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListNetworkSitesRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public void setNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
networkArn
- The Amazon Resource Name (ARN) of the network.public String getNetworkArn()
The Amazon Resource Name (ARN) of the network.
public ListNetworkSitesRequest withNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
networkArn
- The Amazon Resource Name (ARN) of the network.public void setStartToken(String startToken)
The token for the next page of results.
startToken
- The token for the next page of results.public String getStartToken()
The token for the next page of results.
public ListNetworkSitesRequest withStartToken(String startToken)
The token for the next page of results.
startToken
- The token for the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListNetworkSitesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()