Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListOperationsRequest.Builder,ListOperationsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListOperationsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListOperationsRequest.Builder,ListOperationsRequest>
The ListOperations request includes the following elements.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListOperationsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListOperationsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
For an initial request for a list of operations, omit this element.
|
Integer |
maxItems() |
Number of domains to be returned.
|
static Class<? extends ListOperationsRequest.Builder> |
serializableBuilderClass() |
|
ListOperationsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
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 Integer maxItems()
Number of domains to be returned.
Default: 20
Default: 20
public ListOperationsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListOperationsRequest.Builder,ListOperationsRequest>
public static ListOperationsRequest.Builder builder()
public static Class<? extends ListOperationsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.