@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListActionExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListActionExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
ListActionExecutionsResult |
clone() |
boolean |
equals(Object obj) |
List<ActionExecutionDetail> |
getActionExecutionDetails()
The details for a list of recent executions, such as action execution ID.
|
String |
getNextToken()
If the amount of returned information is significantly large, an identifier is also returned and can be used in a
subsequent
ListActionExecutions call to return the next set of action executions in the list. |
int |
hashCode() |
void |
setActionExecutionDetails(Collection<ActionExecutionDetail> actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
|
void |
setNextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned and can be used in a
subsequent
ListActionExecutions call to return the next set of action executions in the list. |
String |
toString()
Returns a string representation of this object.
|
ListActionExecutionsResult |
withActionExecutionDetails(ActionExecutionDetail... actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
|
ListActionExecutionsResult |
withActionExecutionDetails(Collection<ActionExecutionDetail> actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
|
ListActionExecutionsResult |
withNextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned and can be used in a
subsequent
ListActionExecutions call to return the next set of action executions in the list. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ActionExecutionDetail> getActionExecutionDetails()
The details for a list of recent executions, such as action execution ID.
public void setActionExecutionDetails(Collection<ActionExecutionDetail> actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
actionExecutionDetails
- The details for a list of recent executions, such as action execution ID.public ListActionExecutionsResult withActionExecutionDetails(ActionExecutionDetail... actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
NOTE: This method appends the values to the existing list (if any). Use
setActionExecutionDetails(java.util.Collection)
or
withActionExecutionDetails(java.util.Collection)
if you want to override the existing values.
actionExecutionDetails
- The details for a list of recent executions, such as action execution ID.public ListActionExecutionsResult withActionExecutionDetails(Collection<ActionExecutionDetail> actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
actionExecutionDetails
- The details for a list of recent executions, such as action execution ID.public void setNextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned and can be used in a
subsequent ListActionExecutions
call to return the next set of action executions in the list.
nextToken
- If the amount of returned information is significantly large, an identifier is also returned and can be
used in a subsequent ListActionExecutions
call to return the next set of action executions in
the list.public String getNextToken()
If the amount of returned information is significantly large, an identifier is also returned and can be used in a
subsequent ListActionExecutions
call to return the next set of action executions in the list.
ListActionExecutions
call to return the next set of action executions
in the list.public ListActionExecutionsResult withNextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned and can be used in a
subsequent ListActionExecutions
call to return the next set of action executions in the list.
nextToken
- If the amount of returned information is significantly large, an identifier is also returned and can be
used in a subsequent ListActionExecutions
call to return the next set of action executions in
the list.public String toString()
toString
in class Object
Object.toString()
public ListActionExecutionsResult clone()