Class ListOperationsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
The ListOperations request includes the following elements.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
For an initial request for a list of operations, omit this element.Number of domains to be returned.int
hashCode()
void
For an initial request for a list of operations, omit this element.void
setMaxItems
(Integer maxItems) Number of domains to be returned.toString()
Returns a string representation of this object; useful for testing and debugging.withMarker
(String marker) For an initial request for a list of operations, omit this element.withMaxItems
(Integer maxItems) Number of domains to be returned.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
ListOperationsRequest
public ListOperationsRequest()
-
-
Method Details
-
setMarker
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 useMarker
to return additional operations. Get the value ofNextPageMarker
from the previous response, and submit another request that includes the value ofNextPageMarker
in theMarker
element.Type: String
Default: None
Required: No
- Parameters:
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 forMaxItems
, you can useMarker
to return additional operations. Get the value ofNextPageMarker
from the previous response, and submit another request that includes the value ofNextPageMarker
in theMarker
element.Type: String
Default: None
Required: No
-
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 useMarker
to return additional operations. Get the value ofNextPageMarker
from the previous response, and submit another request that includes the value ofNextPageMarker
in theMarker
element.Type: String
Default: None
Required: No
- Returns:
- 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 useMarker
to return additional operations. Get the value ofNextPageMarker
from the previous response, and submit another request that includes the value ofNextPageMarker
in theMarker
element.Type: String
Default: None
Required: No
-
withMarker
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 useMarker
to return additional operations. Get the value ofNextPageMarker
from the previous response, and submit another request that includes the value ofNextPageMarker
in theMarker
element.Type: String
Default: None
Required: No
- Parameters:
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 forMaxItems
, you can useMarker
to return additional operations. Get the value ofNextPageMarker
from the previous response, and submit another request that includes the value ofNextPageMarker
in theMarker
element.Type: String
Default: None
Required: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
- Parameters:
maxItems
- Number of domains to be returned.Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
-
getMaxItems
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
- Returns:
- Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
-
withMaxItems
Number of domains to be returned.
Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
- Parameters:
maxItems
- Number of domains to be returned.Type: Integer
Default: 20
Constraints: A value between 1 and 100.
Required: No
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-