@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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, 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 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 Object
Object.toString()
public SearchResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.