@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOperationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListOperationsResult() |
Modifier and Type | Method and Description |
---|---|
ListOperationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If more than
MaxResults operations match the specified criteria, you can submit another
ListOperations request to get the next group of results. |
List<OperationSummary> |
getOperations()
Summary information about the operations that match the specified criteria.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If more than
MaxResults operations match the specified criteria, you can submit another
ListOperations request to get the next group of results. |
void |
setOperations(Collection<OperationSummary> operations)
Summary information about the operations that match the specified criteria.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListOperationsResult |
withNextToken(String nextToken)
If more than
MaxResults operations match the specified criteria, you can submit another
ListOperations request to get the next group of results. |
ListOperationsResult |
withOperations(Collection<OperationSummary> operations)
Summary information about the operations that match the specified criteria.
|
ListOperationsResult |
withOperations(OperationSummary... operations)
Summary information about the operations that match the specified criteria.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<OperationSummary> getOperations()
Summary information about the operations that match the specified criteria.
public void setOperations(Collection<OperationSummary> operations)
Summary information about the operations that match the specified criteria.
operations
- Summary information about the operations that match the specified criteria.public ListOperationsResult withOperations(OperationSummary... operations)
Summary information about the operations that match the specified criteria.
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
- Summary information about the operations that match the specified criteria.public ListOperationsResult withOperations(Collection<OperationSummary> operations)
Summary information about the operations that match the specified criteria.
operations
- Summary information about the operations that match the specified criteria.public void setNextToken(String nextToken)
If more than MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of NextToken
from the previous response in the next request.
nextToken
- If more than MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.public String getNextToken()
If more than MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of NextToken
from the previous response in the next request.
MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.public ListOperationsResult withNextToken(String nextToken)
If more than MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of NextToken
from the previous response in the next request.
nextToken
- If more than MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.public String toString()
toString
in class Object
Object.toString()
public ListOperationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.