public class ListMitigationActionsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListMitigationActionsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<MitigationActionIdentifier> |
getActionIdentifiers()
A set of actions that matched the specified filter criteria.
|
java.lang.String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setActionIdentifiers(java.util.Collection<MitigationActionIdentifier> actionIdentifiers)
A set of actions that matched the specified filter criteria.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListMitigationActionsResult |
withActionIdentifiers(java.util.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(java.lang.String nextToken)
The token for the next set of results.
|
public java.util.List<MitigationActionIdentifier> getActionIdentifiers()
A set of actions that matched the specified filter criteria.
A set of actions that matched the specified filter criteria.
public void setActionIdentifiers(java.util.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.
Returns a reference to this object so that method calls can be chained together.
actionIdentifiers
- A set of actions that matched the specified filter criteria.
public ListMitigationActionsResult withActionIdentifiers(java.util.Collection<MitigationActionIdentifier> actionIdentifiers)
A set of actions that matched the specified filter criteria.
Returns a reference to this object so that method calls can be chained together.
actionIdentifiers
- A set of actions that matched the specified filter criteria.
public java.lang.String getNextToken()
The token for the next set of results.
The token for the next set of results.
public void setNextToken(java.lang.String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.
public ListMitigationActionsResult withNextToken(java.lang.String nextToken)
The token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token for the next set of results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.