public class ListOperationsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The ListOperations response includes the following elements.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
nextPageMarker
If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value of
NextPageMarker in the value of Marker . |
private SdkInternalList<OperationSummary> |
operations
Lists summaries of the operations.
|
Constructor and Description |
---|
ListOperationsResult() |
Modifier and Type | Method and Description |
---|---|
ListOperationsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextPageMarker()
If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value of
NextPageMarker in the value of Marker . |
java.util.List<OperationSummary> |
getOperations()
Lists summaries of the operations.
|
int |
hashCode() |
void |
setNextPageMarker(java.lang.String nextPageMarker)
If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value of
NextPageMarker in the value of Marker . |
void |
setOperations(java.util.Collection<OperationSummary> operations)
Lists summaries of the operations.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListOperationsResult |
withNextPageMarker(java.lang.String nextPageMarker)
If there are more operations than you specified for
MaxItems
in the request, submit another request and include the value of
NextPageMarker in the value of Marker . |
ListOperationsResult |
withOperations(java.util.Collection<OperationSummary> operations)
Lists summaries of the operations.
|
ListOperationsResult |
withOperations(OperationSummary... operations)
Lists summaries of the operations.
|
private SdkInternalList<OperationSummary> operations
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
,
SubmittedDate
, Type
private java.lang.String nextPageMarker
If there are more operations than you specified for MaxItems
in the request, submit another request and include the value of
NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
public java.util.List<OperationSummary> getOperations()
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
,
SubmittedDate
, Type
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
,
SubmittedDate
, Type
public void setOperations(java.util.Collection<OperationSummary> operations)
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
,
SubmittedDate
, Type
operations
- Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
,
SubmittedDate
, Type
public ListOperationsResult withOperations(OperationSummary... operations)
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
,
SubmittedDate
, Type
NOTE: This method appends the values to the existing list (if
any). Use setOperations(java.util.Collection)
or
withOperations(java.util.Collection)
if you want to override the
existing values.
operations
- Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
,
SubmittedDate
, Type
public ListOperationsResult withOperations(java.util.Collection<OperationSummary> operations)
Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
,
SubmittedDate
, Type
operations
- Lists summaries of the operations.
Type: Complex type containing a list of operation summaries
Children: OperationId
, Status
,
SubmittedDate
, Type
public void setNextPageMarker(java.lang.String nextPageMarker)
If there are more operations than you specified for MaxItems
in the request, submit another request and include the value of
NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
nextPageMarker
- If there are more operations than you specified for
MaxItems
in the request, submit another request and
include the value of NextPageMarker
in the value of
Marker
.
Type: String
Parent: Operations
public java.lang.String getNextPageMarker()
If there are more operations than you specified for MaxItems
in the request, submit another request and include the value of
NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
MaxItems
in the request, submit another request and
include the value of NextPageMarker
in the value of
Marker
.
Type: String
Parent: Operations
public ListOperationsResult withNextPageMarker(java.lang.String nextPageMarker)
If there are more operations than you specified for MaxItems
in the request, submit another request and include the value of
NextPageMarker
in the value of Marker
.
Type: String
Parent: Operations
nextPageMarker
- If there are more operations than you specified for
MaxItems
in the request, submit another request and
include the value of NextPageMarker
in the value of
Marker
.
Type: String
Parent: Operations
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListOperationsResult clone()
clone
in class java.lang.Object