@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchSystemInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchSystemInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
SearchSystemInstancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<SystemInstanceFilter> |
getFilters()
Optional filter to apply to the search.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
The string that specifies the next page of results.
|
int |
hashCode() |
void |
setFilters(Collection<SystemInstanceFilter> filters)
Optional filter to apply to the search.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
The string that specifies the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
SearchSystemInstancesRequest |
withFilters(Collection<SystemInstanceFilter> filters)
Optional filter to apply to the search.
|
SearchSystemInstancesRequest |
withFilters(SystemInstanceFilter... filters)
Optional filter to apply to the search.
|
SearchSystemInstancesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
SearchSystemInstancesRequest |
withNextToken(String nextToken)
The string that specifies 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 List<SystemInstanceFilter> getFilters()
Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID
, STATUS
,
and GREENGRASS_GROUP_NAME
.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
SYSTEM_TEMPLATE_ID
,
STATUS
, and GREENGRASS_GROUP_NAME
.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
public void setFilters(Collection<SystemInstanceFilter> filters)
Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID
, STATUS
,
and GREENGRASS_GROUP_NAME
.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
filters
- Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID
,
STATUS
, and GREENGRASS_GROUP_NAME
.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
public SearchSystemInstancesRequest withFilters(SystemInstanceFilter... filters)
Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID
, STATUS
,
and GREENGRASS_GROUP_NAME
.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID
,
STATUS
, and GREENGRASS_GROUP_NAME
.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
public SearchSystemInstancesRequest withFilters(Collection<SystemInstanceFilter> filters)
Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID
, STATUS
,
and GREENGRASS_GROUP_NAME
.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
filters
- Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID
,
STATUS
, and GREENGRASS_GROUP_NAME
.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
public void setNextToken(String nextToken)
The string that specifies the next page of results. Use this when you're paginating results.
nextToken
- The string that specifies the next page of results. Use this when you're paginating results.public String getNextToken()
The string that specifies the next page of results. Use this when you're paginating results.
public SearchSystemInstancesRequest withNextToken(String nextToken)
The string that specifies the next page of results. Use this when you're paginating results.
nextToken
- The string that specifies the next page of results. Use this when you're paginating results.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public SearchSystemInstancesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public String toString()
toString
in class Object
Object.toString()
public SearchSystemInstancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.