@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOperationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The ListOperations request includes the following elements.
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) |
String |
getMarker()
For an initial request for a list of operations, omit this element.
|
Integer |
getMaxItems()
Number of domains to be returned.
|
String |
getSortBy()
The sort type for returned values.
|
String |
getSortOrder()
The sort order for returned values, either ascending or descending.
|
List<String> |
getStatus()
The status of the operations.
|
Date |
getSubmittedSince()
An optional parameter that lets you get information about all the operations that you submitted after a specified
date and time.
|
List<String> |
getType()
An arrays of the domains operation types.
|
int |
hashCode() |
void |
setMarker(String marker)
For an initial request for a list of operations, omit this element.
|
void |
setMaxItems(Integer maxItems)
Number of domains to be returned.
|
void |
setSortBy(String sortBy)
The sort type for returned values.
|
void |
setSortOrder(String sortOrder)
The sort order for returned values, either ascending or descending.
|
void |
setStatus(Collection<String> status)
The status of the operations.
|
void |
setSubmittedSince(Date submittedSince)
An optional parameter that lets you get information about all the operations that you submitted after a specified
date and time.
|
void |
setType(Collection<String> type)
An arrays of the domains operation types.
|
String |
toString()
Returns a string representation of this object.
|
ListOperationsRequest |
withMarker(String marker)
For an initial request for a list of operations, omit this element.
|
ListOperationsRequest |
withMaxItems(Integer maxItems)
Number of domains to be returned.
|
ListOperationsRequest |
withSortBy(ListOperationsSortAttributeName sortBy)
The sort type for returned values.
|
ListOperationsRequest |
withSortBy(String sortBy)
The sort type for returned values.
|
ListOperationsRequest |
withSortOrder(SortOrder sortOrder)
The sort order for returned values, either ascending or descending.
|
ListOperationsRequest |
withSortOrder(String sortOrder)
The sort order for returned values, either ascending or descending.
|
ListOperationsRequest |
withStatus(Collection<String> status)
The status of the operations.
|
ListOperationsRequest |
withStatus(OperationStatus... status)
The status of the operations.
|
ListOperationsRequest |
withStatus(String... status)
The status of the operations.
|
ListOperationsRequest |
withSubmittedSince(Date submittedSince)
An optional parameter that lets you get information about all the operations that you submitted after a specified
date and time.
|
ListOperationsRequest |
withType(Collection<String> type)
An arrays of the domains operation types.
|
ListOperationsRequest |
withType(OperationType... type)
An arrays of the domains operation types.
|
ListOperationsRequest |
withType(String... type)
An arrays of the domains operation types.
|
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, withSdkRequestTimeoutpublic void setSubmittedSince(Date submittedSince)
An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).
submittedSince - An optional parameter that lets you get information about all the operations that you submitted after a
specified date and time. Specify the date and time in Unix time format and Coordinated Universal time
(UTC).public Date getSubmittedSince()
An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).
public ListOperationsRequest withSubmittedSince(Date submittedSince)
An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).
submittedSince - An optional parameter that lets you get information about all the operations that you submitted after a
specified date and time. Specify the date and time in Unix time format and Coordinated Universal time
(UTC).public void setMarker(String marker)
For an initial request for a list of operations, omit this element. If the number of operations that are not yet
complete is greater than the value that you specified for MaxItems, you can use Marker
to return additional operations. Get the value of NextPageMarker from the previous response, and
submit another request that includes the value of NextPageMarker in the Marker element.
marker - For an initial request for a list of operations, omit this element. If the number of operations that are
not yet complete is greater than the value that you specified for MaxItems, you can use
Marker to return additional operations. Get the value of NextPageMarker from the
previous response, and submit another request that includes the value of NextPageMarker in
the Marker element.public String getMarker()
For an initial request for a list of operations, omit this element. If the number of operations that are not yet
complete is greater than the value that you specified for MaxItems, you can use Marker
to return additional operations. Get the value of NextPageMarker from the previous response, and
submit another request that includes the value of NextPageMarker in the Marker element.
MaxItems, you can use
Marker to return additional operations. Get the value of NextPageMarker from
the previous response, and submit another request that includes the value of NextPageMarker
in the Marker element.public ListOperationsRequest withMarker(String marker)
For an initial request for a list of operations, omit this element. If the number of operations that are not yet
complete is greater than the value that you specified for MaxItems, you can use Marker
to return additional operations. Get the value of NextPageMarker from the previous response, and
submit another request that includes the value of NextPageMarker in the Marker element.
marker - For an initial request for a list of operations, omit this element. If the number of operations that are
not yet complete is greater than the value that you specified for MaxItems, you can use
Marker to return additional operations. Get the value of NextPageMarker from the
previous response, and submit another request that includes the value of NextPageMarker in
the Marker element.public void setMaxItems(Integer maxItems)
Number of domains to be returned.
Default: 20
maxItems - Number of domains to be returned.
Default: 20
public Integer getMaxItems()
Number of domains to be returned.
Default: 20
Default: 20
public ListOperationsRequest withMaxItems(Integer maxItems)
Number of domains to be returned.
Default: 20
maxItems - Number of domains to be returned.
Default: 20
public List<String> getStatus()
The status of the operations.
OperationStatuspublic void setStatus(Collection<String> status)
The status of the operations.
status - The status of the operations.OperationStatuspublic ListOperationsRequest withStatus(String... status)
The status of the operations.
NOTE: This method appends the values to the existing list (if any). Use
setStatus(java.util.Collection) or withStatus(java.util.Collection) if you want to override the
existing values.
status - The status of the operations.OperationStatuspublic ListOperationsRequest withStatus(Collection<String> status)
The status of the operations.
status - The status of the operations.OperationStatuspublic ListOperationsRequest withStatus(OperationStatus... status)
The status of the operations.
status - The status of the operations.OperationStatuspublic List<String> getType()
An arrays of the domains operation types.
OperationTypepublic void setType(Collection<String> type)
An arrays of the domains operation types.
type - An arrays of the domains operation types.OperationTypepublic ListOperationsRequest withType(String... type)
An arrays of the domains operation types.
NOTE: This method appends the values to the existing list (if any). Use
setType(java.util.Collection) or withType(java.util.Collection) if you want to override the
existing values.
type - An arrays of the domains operation types.OperationTypepublic ListOperationsRequest withType(Collection<String> type)
An arrays of the domains operation types.
type - An arrays of the domains operation types.OperationTypepublic ListOperationsRequest withType(OperationType... type)
An arrays of the domains operation types.
type - An arrays of the domains operation types.OperationTypepublic void setSortBy(String sortBy)
The sort type for returned values.
sortBy - The sort type for returned values.ListOperationsSortAttributeNamepublic String getSortBy()
The sort type for returned values.
ListOperationsSortAttributeNamepublic ListOperationsRequest withSortBy(String sortBy)
The sort type for returned values.
sortBy - The sort type for returned values.ListOperationsSortAttributeNamepublic ListOperationsRequest withSortBy(ListOperationsSortAttributeName sortBy)
The sort type for returned values.
sortBy - The sort type for returned values.ListOperationsSortAttributeNamepublic void setSortOrder(String sortOrder)
The sort order for returned values, either ascending or descending.
sortOrder - The sort order for returned values, either ascending or descending.SortOrderpublic String getSortOrder()
The sort order for returned values, either ascending or descending.
SortOrderpublic ListOperationsRequest withSortOrder(String sortOrder)
The sort order for returned values, either ascending or descending.
sortOrder - The sort order for returned values, either ascending or descending.SortOrderpublic ListOperationsRequest withSortOrder(SortOrder sortOrder)
The sort order for returned values, either ascending or descending.
sortOrder - The sort order for returned values, either ascending or descending.SortOrderpublic String toString()
toString in class ObjectObject.toString()public ListOperationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()