@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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.
public void setOperations(Collection<OperationSummary> operations)
Lists summaries of the operations.
operations
- Lists summaries of the operations.public ListOperationsResult withOperations(OperationSummary... operations)
Lists summaries of the operations.
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.public ListOperationsResult withOperations(Collection<OperationSummary> operations)
Lists summaries of the operations.
operations
- Lists summaries of the operations.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
.
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
.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
.
MaxItems
in the request, submit another
request and include the value of NextPageMarker
in the value of Marker
.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
.
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
.public String toString()
toString
in class Object
Object.toString()
public ListOperationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.