@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDetectMitigationActionsExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDetectMitigationActionsExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
ListDetectMitigationActionsExecutionsResult |
clone() |
boolean |
equals(Object obj) |
List<DetectMitigationActionExecution> |
getActionsExecutions()
List of actions executions.
|
String |
getNextToken()
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
int |
hashCode() |
void |
setActionsExecutions(Collection<DetectMitigationActionExecution> actionsExecutions)
List of actions executions.
|
void |
setNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
String |
toString()
Returns a string representation of this object.
|
ListDetectMitigationActionsExecutionsResult |
withActionsExecutions(Collection<DetectMitigationActionExecution> actionsExecutions)
List of actions executions.
|
ListDetectMitigationActionsExecutionsResult |
withActionsExecutions(DetectMitigationActionExecution... actionsExecutions)
List of actions executions.
|
ListDetectMitigationActionsExecutionsResult |
withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListDetectMitigationActionsExecutionsResult()
public List<DetectMitigationActionExecution> getActionsExecutions()
List of actions executions.
public void setActionsExecutions(Collection<DetectMitigationActionExecution> actionsExecutions)
List of actions executions.
actionsExecutions
- List of actions executions.public ListDetectMitigationActionsExecutionsResult withActionsExecutions(DetectMitigationActionExecution... actionsExecutions)
List of actions executions.
NOTE: This method appends the values to the existing list (if any). Use
setActionsExecutions(java.util.Collection)
or withActionsExecutions(java.util.Collection)
if
you want to override the existing values.
actionsExecutions
- List of actions executions.public ListDetectMitigationActionsExecutionsResult withActionsExecutions(Collection<DetectMitigationActionExecution> actionsExecutions)
List of actions executions.
actionsExecutions
- List of actions executions.public void setNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
nextToken
- A token that can be used to retrieve the next set of results, or null
if there are no
additional results.public String getNextToken()
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
null
if there are no
additional results.public ListDetectMitigationActionsExecutionsResult withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
nextToken
- A token that can be used to retrieve the next set of results, or null
if there are no
additional results.public String toString()
toString
in class Object
Object.toString()
public ListDetectMitigationActionsExecutionsResult clone()
Copyright © 2023. All rights reserved.