@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<FilterCondition> |
getFilterConditionList()
Any applicable row-level and/or column-level filtering conditions for the resources.
|
Integer |
getMaxResults()
The maximum number of resource results.
|
String |
getNextToken()
A continuation token, if this is not the first call to retrieve these resources.
|
int |
hashCode() |
void |
setFilterConditionList(Collection<FilterCondition> filterConditionList)
Any applicable row-level and/or column-level filtering conditions for the resources.
|
void |
setMaxResults(Integer maxResults)
The maximum number of resource results.
|
void |
setNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve these resources.
|
String |
toString()
Returns a string representation of this object.
|
ListResourcesRequest |
withFilterConditionList(Collection<FilterCondition> filterConditionList)
Any applicable row-level and/or column-level filtering conditions for the resources.
|
ListResourcesRequest |
withFilterConditionList(FilterCondition... filterConditionList)
Any applicable row-level and/or column-level filtering conditions for the resources.
|
ListResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of resource results.
|
ListResourcesRequest |
withNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve these resources.
|
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<FilterCondition> getFilterConditionList()
Any applicable row-level and/or column-level filtering conditions for the resources.
public void setFilterConditionList(Collection<FilterCondition> filterConditionList)
Any applicable row-level and/or column-level filtering conditions for the resources.
filterConditionList
- Any applicable row-level and/or column-level filtering conditions for the resources.public ListResourcesRequest withFilterConditionList(FilterCondition... filterConditionList)
Any applicable row-level and/or column-level filtering conditions for the resources.
NOTE: This method appends the values to the existing list (if any). Use
setFilterConditionList(java.util.Collection)
or withFilterConditionList(java.util.Collection)
if you want to override the existing values.
filterConditionList
- Any applicable row-level and/or column-level filtering conditions for the resources.public ListResourcesRequest withFilterConditionList(Collection<FilterCondition> filterConditionList)
Any applicable row-level and/or column-level filtering conditions for the resources.
filterConditionList
- Any applicable row-level and/or column-level filtering conditions for the resources.public void setMaxResults(Integer maxResults)
The maximum number of resource results.
maxResults
- The maximum number of resource results.public Integer getMaxResults()
The maximum number of resource results.
public ListResourcesRequest withMaxResults(Integer maxResults)
The maximum number of resource results.
maxResults
- The maximum number of resource results.public void setNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve these resources.
nextToken
- A continuation token, if this is not the first call to retrieve these resources.public String getNextToken()
A continuation token, if this is not the first call to retrieve these resources.
public ListResourcesRequest withNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve these resources.
nextToken
- A continuation token, if this is not the first call to retrieve these resources.public String toString()
toString
in class Object
Object.toString()
public ListResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()