@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOperationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListOperationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListOperationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<OperationFilter> |
getFilters()
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
Integer |
getMaxResults()
The maximum number of items that you want Cloud Map to return in the response to a
ListOperations
request. |
String |
getNextToken()
For the first
ListOperations request, omit this value. |
int |
hashCode() |
void |
setFilters(Collection<OperationFilter> filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items that you want Cloud Map to return in the response to a
ListOperations
request. |
void |
setNextToken(String nextToken)
For the first
ListOperations request, omit this value. |
String |
toString()
Returns a string representation of this object.
|
ListOperationsRequest |
withFilters(Collection<OperationFilter> filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
ListOperationsRequest |
withFilters(OperationFilter... filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
ListOperationsRequest |
withMaxResults(Integer maxResults)
The maximum number of items that you want Cloud Map to return in the response to a
ListOperations
request. |
ListOperationsRequest |
withNextToken(String nextToken)
For the first
ListOperations request, omit this value. |
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 setNextToken(String nextToken)
For the first ListOperations
request, omit this value.
If the response contains NextToken
, submit another ListOperations
request to get the
next group of results. Specify the value of NextToken
from the previous response in the next
request.
Cloud Map gets MaxResults
operations and then filters them based on the specified criteria. It's
possible that no operations in the first MaxResults
operations matched the specified criteria but
that subsequent groups of MaxResults
operations do contain operations that match the criteria.
nextToken
- For the first ListOperations
request, omit this value.
If the response contains NextToken
, submit another ListOperations
request to get
the next group of results. Specify the value of NextToken
from the previous response in the
next request.
Cloud Map gets MaxResults
operations and then filters them based on the specified criteria.
It's possible that no operations in the first MaxResults
operations matched the specified
criteria but that subsequent groups of MaxResults
operations do contain operations that match
the criteria.
public String getNextToken()
For the first ListOperations
request, omit this value.
If the response contains NextToken
, submit another ListOperations
request to get the
next group of results. Specify the value of NextToken
from the previous response in the next
request.
Cloud Map gets MaxResults
operations and then filters them based on the specified criteria. It's
possible that no operations in the first MaxResults
operations matched the specified criteria but
that subsequent groups of MaxResults
operations do contain operations that match the criteria.
ListOperations
request, omit this value.
If the response contains NextToken
, submit another ListOperations
request to
get the next group of results. Specify the value of NextToken
from the previous response in
the next request.
Cloud Map gets MaxResults
operations and then filters them based on the specified criteria.
It's possible that no operations in the first MaxResults
operations matched the specified
criteria but that subsequent groups of MaxResults
operations do contain operations that
match the criteria.
public ListOperationsRequest withNextToken(String nextToken)
For the first ListOperations
request, omit this value.
If the response contains NextToken
, submit another ListOperations
request to get the
next group of results. Specify the value of NextToken
from the previous response in the next
request.
Cloud Map gets MaxResults
operations and then filters them based on the specified criteria. It's
possible that no operations in the first MaxResults
operations matched the specified criteria but
that subsequent groups of MaxResults
operations do contain operations that match the criteria.
nextToken
- For the first ListOperations
request, omit this value.
If the response contains NextToken
, submit another ListOperations
request to get
the next group of results. Specify the value of NextToken
from the previous response in the
next request.
Cloud Map gets MaxResults
operations and then filters them based on the specified criteria.
It's possible that no operations in the first MaxResults
operations matched the specified
criteria but that subsequent groups of MaxResults
operations do contain operations that match
the criteria.
public void setMaxResults(Integer maxResults)
The maximum number of items that you want Cloud Map to return in the response to a ListOperations
request. If you don't specify a value for MaxResults
, Cloud Map returns up to 100 operations.
maxResults
- The maximum number of items that you want Cloud Map to return in the response to a
ListOperations
request. If you don't specify a value for MaxResults
, Cloud Map
returns up to 100 operations.public Integer getMaxResults()
The maximum number of items that you want Cloud Map to return in the response to a ListOperations
request. If you don't specify a value for MaxResults
, Cloud Map returns up to 100 operations.
ListOperations
request. If you don't specify a value for MaxResults
, Cloud Map
returns up to 100 operations.public ListOperationsRequest withMaxResults(Integer maxResults)
The maximum number of items that you want Cloud Map to return in the response to a ListOperations
request. If you don't specify a value for MaxResults
, Cloud Map returns up to 100 operations.
maxResults
- The maximum number of items that you want Cloud Map to return in the response to a
ListOperations
request. If you don't specify a value for MaxResults
, Cloud Map
returns up to 100 operations.public List<OperationFilter> getFilters()
A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.
If you specify more than one filter, an operation must match all filters to be returned by
ListOperations
.
If you specify more than one filter, an operation must match all filters to be returned by
ListOperations
.
public void setFilters(Collection<OperationFilter> filters)
A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.
If you specify more than one filter, an operation must match all filters to be returned by
ListOperations
.
filters
- A complex type that contains specifications for the operations that you want to list, for example,
operations that you started between a specified start date and end date.
If you specify more than one filter, an operation must match all filters to be returned by
ListOperations
.
public ListOperationsRequest withFilters(OperationFilter... filters)
A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.
If you specify more than one filter, an operation must match all filters to be returned by
ListOperations
.
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
- A complex type that contains specifications for the operations that you want to list, for example,
operations that you started between a specified start date and end date.
If you specify more than one filter, an operation must match all filters to be returned by
ListOperations
.
public ListOperationsRequest withFilters(Collection<OperationFilter> filters)
A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.
If you specify more than one filter, an operation must match all filters to be returned by
ListOperations
.
filters
- A complex type that contains specifications for the operations that you want to list, for example,
operations that you started between a specified start date and end date.
If you specify more than one filter, an operation must match all filters to be returned by
ListOperations
.
public String toString()
toString
in class Object
Object.toString()
public ListOperationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()