@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEventActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListEventActionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListEventActionsResult |
clone() |
boolean |
equals(Object obj) |
List<EventActionEntry> |
getEventActions()
The event action objects listed by the request.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setEventActions(Collection<EventActionEntry> eventActions)
The event action objects listed by the request.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListEventActionsResult |
withEventActions(Collection<EventActionEntry> eventActions)
The event action objects listed by the request.
|
ListEventActionsResult |
withEventActions(EventActionEntry... eventActions)
The event action objects listed by the request.
|
ListEventActionsResult |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<EventActionEntry> getEventActions()
The event action objects listed by the request.
public void setEventActions(Collection<EventActionEntry> eventActions)
The event action objects listed by the request.
eventActions - The event action objects listed by the request.public ListEventActionsResult withEventActions(EventActionEntry... eventActions)
The event action objects listed by the request.
NOTE: This method appends the values to the existing list (if any). Use
setEventActions(java.util.Collection) or withEventActions(java.util.Collection) if you want to
override the existing values.
eventActions - The event action objects listed by the request.public ListEventActionsResult withEventActions(Collection<EventActionEntry> eventActions)
The event action objects listed by the request.
eventActions - The event action objects listed by the request.public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListEventActionsResult withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.public String toString()
toString in class ObjectObject.toString()public ListEventActionsResult clone()
Copyright © 2022. All rights reserved.