@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListActionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListActionsResult |
clone() |
boolean |
equals(Object obj) |
List<ActionSummary> |
getActions()
The actions.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setActions(Collection<ActionSummary> actions)
The actions.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListActionsResult |
withActions(ActionSummary... actions)
The actions.
|
ListActionsResult |
withActions(Collection<ActionSummary> actions)
The actions.
|
ListActionsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ActionSummary> getActions()
The actions.
public void setActions(Collection<ActionSummary> actions)
The actions.
actions - The actions.public ListActionsResult withActions(ActionSummary... actions)
The actions.
NOTE: This method appends the values to the existing list (if any). Use
setActions(java.util.Collection) or withActions(java.util.Collection) if you want to override
the existing values.
actions - The actions.public ListActionsResult withActions(Collection<ActionSummary> actions)
The actions.
actions - The actions.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
null when there are no
more results to return.public ListActionsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
more results to return.public String toString()
toString in class ObjectObject.toString()public ListActionsResult clone()
Copyright © 2023. All rights reserved.