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 request.
|
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.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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.
Type: String
Default: None
Required: No
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.
Type: String
Default: None
Required: No
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.
Type: String
Default: None
Required: No
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.
Type: String
Default: None
Required: No
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.
Type: String
Default: None
Required: No
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.
Type: String
Default: None
Required: No
public void setMaxItems(Integer maxItems)
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
maxItems
- Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
public Integer getMaxItems()
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
public ListOperationsRequest withMaxItems(Integer maxItems)
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
maxItems
- Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
public String toString()
toString
in class Object
Object.toString()
public ListOperationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.