public class ListOperationsResult extends Object implements Serializable
The ListOperations response includes the following elements.
| Constructor and Description |
|---|
ListOperationsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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. |
List<OperationSummary> |
getOperations()
Lists summaries of the operations.
|
int |
hashCode() |
void |
setNextPageMarker(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(Collection<OperationSummary> operations)
Lists summaries of the operations.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListOperationsResult |
withNextPageMarker(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(Collection<OperationSummary> operations)
Lists summaries of the operations.
|
ListOperationsResult |
withOperations(OperationSummary... operations)
Lists summaries of the operations.
|
public List<OperationSummary> getOperations()
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(Collection<OperationSummary> 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)
Type: Complex type containing a list of operation summaries
Children: OperationId,
Status, SubmittedDate, Type
Returns a reference to this object so that method calls can be chained together.
operations - Lists summaries of the operations. Type: Complex type containing a list of operation summaries
Children: OperationId,
Status, SubmittedDate, Type
public ListOperationsResult withOperations(Collection<OperationSummary> operations)
Type: Complex type containing a list of operation summaries
Children: OperationId,
Status, SubmittedDate, Type
Returns a reference to this object so that method calls can be chained together.
operations - Lists summaries of the operations. Type: Complex type containing a list of operation summaries
Children: OperationId,
Status, SubmittedDate, Type
public String getNextPageMarker()
MaxItems in the request, submit another request and
include the value of NextPageMarker in the value of
Marker. Type: String
Parent:
Operations
Constraints:
Length: 0 - 4096
MaxItems in the request, submit another request and
include the value of NextPageMarker in the value of
Marker. Type: String
Parent:
Operations
public void setNextPageMarker(String nextPageMarker)
MaxItems in the request, submit another request and
include the value of NextPageMarker in the value of
Marker. Type: String
Parent:
Operations
Constraints:
Length: 0 - 4096
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 ListOperationsResult withNextPageMarker(String nextPageMarker)
MaxItems in the request, submit another request and
include the value of NextPageMarker in the value of
Marker. Type: String
Parent:
Operations
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 4096
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 String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.