@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
SearchResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of group member ARNs returned by
SearchResources in paginated output. |
String |
getNextToken()
The NextToken value that is returned in a paginated
SearchResources request. |
ResourceQuery |
getResourceQuery()
The search query, using the same formats that are supported for resource group definition.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of group member ARNs returned by
SearchResources in paginated output. |
void |
setNextToken(String nextToken)
The NextToken value that is returned in a paginated
SearchResources request. |
void |
setResourceQuery(ResourceQuery resourceQuery)
The search query, using the same formats that are supported for resource group definition.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SearchResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of group member ARNs returned by
SearchResources in paginated output. |
SearchResourcesRequest |
withNextToken(String nextToken)
The NextToken value that is returned in a paginated
SearchResources request. |
SearchResourcesRequest |
withResourceQuery(ResourceQuery resourceQuery)
The search query, using the same formats that are supported for resource group definition.
|
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 setResourceQuery(ResourceQuery resourceQuery)
The search query, using the same formats that are supported for resource group definition.
resourceQuery - The search query, using the same formats that are supported for resource group definition.public ResourceQuery getResourceQuery()
The search query, using the same formats that are supported for resource group definition.
public SearchResourcesRequest withResourceQuery(ResourceQuery resourceQuery)
The search query, using the same formats that are supported for resource group definition.
resourceQuery - The search query, using the same formats that are supported for resource group definition.public void setMaxResults(Integer maxResults)
The maximum number of group member ARNs returned by SearchResources in paginated output. By default,
this number is 50.
maxResults - The maximum number of group member ARNs returned by SearchResources in paginated output. By
default, this number is 50.public Integer getMaxResults()
The maximum number of group member ARNs returned by SearchResources in paginated output. By default,
this number is 50.
SearchResources in paginated output. By
default, this number is 50.public SearchResourcesRequest withMaxResults(Integer maxResults)
The maximum number of group member ARNs returned by SearchResources in paginated output. By default,
this number is 50.
maxResults - The maximum number of group member ARNs returned by SearchResources in paginated output. By
default, this number is 50.public void setNextToken(String nextToken)
The NextToken value that is returned in a paginated SearchResources request. To get the next page of
results, run the call again, add the NextToken parameter, and specify the NextToken value.
nextToken - The NextToken value that is returned in a paginated SearchResources request. To get the next
page of results, run the call again, add the NextToken parameter, and specify the NextToken value.public String getNextToken()
The NextToken value that is returned in a paginated SearchResources request. To get the next page of
results, run the call again, add the NextToken parameter, and specify the NextToken value.
SearchResources request. To get the next
page of results, run the call again, add the NextToken parameter, and specify the NextToken value.public SearchResourcesRequest withNextToken(String nextToken)
The NextToken value that is returned in a paginated SearchResources request. To get the next page of
results, run the call again, add the NextToken parameter, and specify the NextToken value.
nextToken - The NextToken value that is returned in a paginated SearchResources request. To get the next
page of results, run the call again, add the NextToken parameter, and specify the NextToken value.public String toString()
toString in class ObjectObject.toString()public SearchResourcesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.