@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 Amazon Route 53 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 Amazon Route 53 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; useful for testing and debugging.
|
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 Amazon Route 53 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 more than MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of NextToken
from the previous response in the next request.
nextToken
- For the first ListOperations
request, omit this value.
If more than MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.
public String getNextToken()
For the first ListOperations
request, omit this value.
If more than MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of NextToken
from the previous response in the next request.
ListOperations
request, omit this value.
If more than MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.
public ListOperationsRequest withNextToken(String nextToken)
For the first ListOperations
request, omit this value.
If more than MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of NextToken
from the previous response in the next request.
nextToken
- For the first ListOperations
request, omit this value.
If more than MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.
public void setMaxResults(Integer maxResults)
The maximum number of items that you want Amazon Route 53 to return in the response to a
ListOperations
request. If you don't specify a value for MaxResults
, Amazon Route 53
returns up to 100 operations.
maxResults
- The maximum number of items that you want Amazon Route 53 to return in the response to a
ListOperations
request. If you don't specify a value for MaxResults
, Amazon
Route 53 returns up to 100 operations.public Integer getMaxResults()
The maximum number of items that you want Amazon Route 53 to return in the response to a
ListOperations
request. If you don't specify a value for MaxResults
, Amazon Route 53
returns up to 100 operations.
ListOperations
request. If you don't specify a value for MaxResults
, Amazon
Route 53 returns up to 100 operations.public ListOperationsRequest withMaxResults(Integer maxResults)
The maximum number of items that you want Amazon Route 53 to return in the response to a
ListOperations
request. If you don't specify a value for MaxResults
, Amazon Route 53
returns up to 100 operations.
maxResults
- The maximum number of items that you want Amazon Route 53 to return in the response to a
ListOperations
request. If you don't specify a value for MaxResults
, Amazon
Route 53 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.