public class ListOperationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The ListOperations response includes the following elements.
Constructor and Description |
---|
ListOperationsResult() |
Modifier and Type | Method and Description |
---|---|
ListOperationsResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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(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(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(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 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(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 String toString()
toString
in class Object
Object.toString()
public ListOperationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.