@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 that summarizes the actions associated with the specified asset.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setActionSummaries(Collection<ActionSummary> actionSummaries)
A list that summarizes the actions associated with the specified asset.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListActionsResult |
withActionSummaries(ActionSummary... actionSummaries)
A list that summarizes the actions associated with the specified asset.
|
ListActionsResult |
withActionSummaries(Collection<ActionSummary> actionSummaries)
A list that summarizes the actions associated with the specified asset.
|
ListActionsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ActionSummary> getActionSummaries()
A list that summarizes the actions associated with the specified asset.
public void setActionSummaries(Collection<ActionSummary> actionSummaries)
A list that summarizes the actions associated with the specified asset.
actionSummaries - A list that summarizes the actions associated with the specified asset.public ListActionsResult withActionSummaries(ActionSummary... actionSummaries)
A list that summarizes the actions associated with the specified asset.
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 that summarizes the actions associated with the specified asset.public ListActionsResult withActionSummaries(Collection<ActionSummary> actionSummaries)
A list that summarizes the actions associated with the specified asset.
actionSummaries - A list that summarizes the actions associated with the specified asset.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.public String getNextToken()
The token for the next set of results, or null if there are no additional results.
public ListActionsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.public String toString()
toString in class ObjectObject.toString()public ListActionsResult clone()
Copyright © 2023. All rights reserved.