@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> |
getActionSummaries()
A list of actions and their properties.
|
String |
getNextToken()
A token for getting the next set of actions, if there are any.
|
int |
hashCode() |
void |
setActionSummaries(Collection<ActionSummary> actionSummaries)
A list of actions and their properties.
|
void |
setNextToken(String nextToken)
A token for getting the next set of actions, if there are any.
|
String |
toString()
Returns a string representation of this object.
|
ListActionsResult |
withActionSummaries(ActionSummary... actionSummaries)
A list of actions and their properties.
|
ListActionsResult |
withActionSummaries(Collection<ActionSummary> actionSummaries)
A list of actions and their properties.
|
ListActionsResult |
withNextToken(String nextToken)
A token for getting the next set of actions, if there are any.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ActionSummary> getActionSummaries()
A list of actions and their properties.
public void setActionSummaries(Collection<ActionSummary> actionSummaries)
A list of actions and their properties.
actionSummaries
- A list of actions and their properties.public ListActionsResult withActionSummaries(ActionSummary... actionSummaries)
A list of actions and their properties.
NOTE: This method appends the values to the existing list (if any). Use
setActionSummaries(java.util.Collection)
or withActionSummaries(java.util.Collection)
if you
want to override the existing values.
actionSummaries
- A list of actions and their properties.public ListActionsResult withActionSummaries(Collection<ActionSummary> actionSummaries)
A list of actions and their properties.
actionSummaries
- A list of actions and their properties.public void setNextToken(String nextToken)
A token for getting the next set of actions, if there are any.
nextToken
- A token for getting the next set of actions, if there are any.public String getNextToken()
A token for getting the next set of actions, if there are any.
public ListActionsResult withNextToken(String nextToken)
A token for getting the next set of actions, if there are any.
nextToken
- A token for getting the next set of actions, if there are any.public String toString()
toString
in class Object
Object.toString()
public ListActionsResult clone()