@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMitigationActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListMitigationActionsResult() |
Modifier and Type | Method and Description |
---|---|
ListMitigationActionsResult |
clone() |
boolean |
equals(Object obj) |
List<MitigationActionIdentifier> |
getActionIdentifiers()
A set of actions that matched the specified filter criteria.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setActionIdentifiers(Collection<MitigationActionIdentifier> actionIdentifiers)
A set of actions that matched the specified filter criteria.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListMitigationActionsResult |
withActionIdentifiers(Collection<MitigationActionIdentifier> actionIdentifiers)
A set of actions that matched the specified filter criteria.
|
ListMitigationActionsResult |
withActionIdentifiers(MitigationActionIdentifier... actionIdentifiers)
A set of actions that matched the specified filter criteria.
|
ListMitigationActionsResult |
withNextToken(String nextToken)
The token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MitigationActionIdentifier> getActionIdentifiers()
A set of actions that matched the specified filter criteria.
public void setActionIdentifiers(Collection<MitigationActionIdentifier> actionIdentifiers)
A set of actions that matched the specified filter criteria.
actionIdentifiers
- A set of actions that matched the specified filter criteria.public ListMitigationActionsResult withActionIdentifiers(MitigationActionIdentifier... actionIdentifiers)
A set of actions that matched the specified filter criteria.
NOTE: This method appends the values to the existing list (if any). Use
setActionIdentifiers(java.util.Collection)
or withActionIdentifiers(java.util.Collection)
if
you want to override the existing values.
actionIdentifiers
- A set of actions that matched the specified filter criteria.public ListMitigationActionsResult withActionIdentifiers(Collection<MitigationActionIdentifier> actionIdentifiers)
A set of actions that matched the specified filter criteria.
actionIdentifiers
- A set of actions that matched the specified filter criteria.public void setNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String getNextToken()
The token for the next set of results.
public ListMitigationActionsResult withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListMitigationActionsResult clone()