@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 the response contains
NextToken, 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 the response contains
NextToken, 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.
|
ListOperationsResult |
withNextToken(String nextToken)
If the response contains
NextToken, 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, setSdkResponseMetadatapublic 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 the response contains NextToken, submit another ListOperations request to get the
next group of results. Specify the value of NextToken from the previous response in the next
request.
Cloud Map gets MaxResults operations and then filters them based on the specified criteria. It's
possible that no operations in the first MaxResults operations matched the specified criteria but
that subsequent groups of MaxResults operations do contain operations that match the criteria.
nextToken - If the response contains NextToken, submit another ListOperations request to get
the next group of results. Specify the value of NextToken from the previous response in the
next request.
Cloud Map gets MaxResults operations and then filters them based on the specified criteria.
It's possible that no operations in the first MaxResults operations matched the specified
criteria but that subsequent groups of MaxResults operations do contain operations that match
the criteria.
public String getNextToken()
If the response contains NextToken, submit another ListOperations request to get the
next group of results. Specify the value of NextToken from the previous response in the next
request.
Cloud Map gets MaxResults operations and then filters them based on the specified criteria. It's
possible that no operations in the first MaxResults operations matched the specified criteria but
that subsequent groups of MaxResults operations do contain operations that match the criteria.
NextToken, submit another ListOperations request to
get the next group of results. Specify the value of NextToken from the previous response in
the next request.
Cloud Map gets MaxResults operations and then filters them based on the specified criteria.
It's possible that no operations in the first MaxResults operations matched the specified
criteria but that subsequent groups of MaxResults operations do contain operations that
match the criteria.
public ListOperationsResult withNextToken(String nextToken)
If the response contains NextToken, submit another ListOperations request to get the
next group of results. Specify the value of NextToken from the previous response in the next
request.
Cloud Map gets MaxResults operations and then filters them based on the specified criteria. It's
possible that no operations in the first MaxResults operations matched the specified criteria but
that subsequent groups of MaxResults operations do contain operations that match the criteria.
nextToken - If the response contains NextToken, submit another ListOperations request to get
the next group of results. Specify the value of NextToken from the previous response in the
next request.
Cloud Map gets MaxResults operations and then filters them based on the specified criteria.
It's possible that no operations in the first MaxResults operations matched the specified
criteria but that subsequent groups of MaxResults operations do contain operations that match
the criteria.
public String toString()
toString in class ObjectObject.toString()public ListOperationsResult clone()