@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestGridSessionActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTestGridSessionActionsResult() |
Modifier and Type | Method and Description |
---|---|
ListTestGridSessionActionsResult |
clone() |
boolean |
equals(Object obj) |
List<TestGridSessionAction> |
getActions()
The action taken by the session.
|
String |
getNextToken()
Pagination token.
|
int |
hashCode() |
void |
setActions(Collection<TestGridSessionAction> actions)
The action taken by the session.
|
void |
setNextToken(String nextToken)
Pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListTestGridSessionActionsResult |
withActions(Collection<TestGridSessionAction> actions)
The action taken by the session.
|
ListTestGridSessionActionsResult |
withActions(TestGridSessionAction... actions)
The action taken by the session.
|
ListTestGridSessionActionsResult |
withNextToken(String nextToken)
Pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TestGridSessionAction> getActions()
The action taken by the session.
public void setActions(Collection<TestGridSessionAction> actions)
The action taken by the session.
actions
- The action taken by the session.public ListTestGridSessionActionsResult withActions(TestGridSessionAction... actions)
The action taken by the session.
NOTE: This method appends the values to the existing list (if any). Use
setActions(java.util.Collection)
or withActions(java.util.Collection)
if you want to override
the existing values.
actions
- The action taken by the session.public ListTestGridSessionActionsResult withActions(Collection<TestGridSessionAction> actions)
The action taken by the session.
actions
- The action taken by the session.public void setNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String getNextToken()
Pagination token.
public ListTestGridSessionActionsResult withNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String toString()
toString
in class Object
Object.toString()
public ListTestGridSessionActionsResult clone()