@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()
The token that you can pass in a subsequent request to get the next result page.
|
List<OperationSummary> |
getOperationSummaryList()
A list of operation summary information records.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
void |
setOperationSummaryList(Collection<OperationSummary> operationSummaryList)
A list of operation summary information records.
|
String |
toString()
Returns a string representation of this object.
|
ListOperationsResult |
withNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
ListOperationsResult |
withOperationSummaryList(Collection<OperationSummary> operationSummaryList)
A list of operation summary information records.
|
ListOperationsResult |
withOperationSummaryList(OperationSummary... operationSummaryList)
A list of operation summary information records.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<OperationSummary> getOperationSummaryList()
A list of operation summary information records. In a paginated request, the request returns up to
MaxResults records for each call.
MaxResults records for each call.public void setOperationSummaryList(Collection<OperationSummary> operationSummaryList)
A list of operation summary information records. In a paginated request, the request returns up to
MaxResults records for each call.
operationSummaryList - A list of operation summary information records. In a paginated request, the request returns up to
MaxResults records for each call.public ListOperationsResult withOperationSummaryList(OperationSummary... operationSummaryList)
A list of operation summary information records. In a paginated request, the request returns up to
MaxResults records for each call.
NOTE: This method appends the values to the existing list (if any). Use
setOperationSummaryList(java.util.Collection) or withOperationSummaryList(java.util.Collection)
if you want to override the existing values.
operationSummaryList - A list of operation summary information records. In a paginated request, the request returns up to
MaxResults records for each call.public ListOperationsResult withOperationSummaryList(Collection<OperationSummary> operationSummaryList)
A list of operation summary information records. In a paginated request, the request returns up to
MaxResults records for each call.
operationSummaryList - A list of operation summary information records. In a paginated request, the request returns up to
MaxResults records for each call.public void setNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.public String getNextToken()
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
public ListOperationsResult withNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.public String toString()
toString in class ObjectObject.toString()public ListOperationsResult clone()