public class ListRunsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListRunsResult() |
Modifier and Type | Method and Description |
---|---|
ListRunsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request.
|
List<String> |
getRunArnList()
A list of ARNs specifying the assessment runs returned by the action.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request.
|
void |
setRunArnList(Collection<String> runArnList)
A list of ARNs specifying the assessment runs returned by the action.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListRunsResult |
withNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request.
|
ListRunsResult |
withRunArnList(Collection<String> runArnList)
A list of ARNs specifying the assessment runs returned by the action.
|
ListRunsResult |
withRunArnList(String... runArnList)
A list of ARNs specifying the assessment runs returned by the action.
|
public List<String> getRunArnList()
A list of ARNs specifying the assessment runs returned by the action.
public void setRunArnList(Collection<String> runArnList)
A list of ARNs specifying the assessment runs returned by the action.
runArnList
- A list of ARNs specifying the assessment runs returned by the
action.public ListRunsResult withRunArnList(String... runArnList)
A list of ARNs specifying the assessment runs returned by the action.
NOTE: This method appends the values to the existing list (if
any). Use setRunArnList(java.util.Collection)
or
withRunArnList(java.util.Collection)
if you want to override the
existing values.
runArnList
- A list of ARNs specifying the assessment runs returned by the
action.public ListRunsResult withRunArnList(Collection<String> runArnList)
A list of ARNs specifying the assessment runs returned by the action.
runArnList
- A list of ARNs specifying the assessment runs returned by the
action.public void setNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to 'null'.
nextToken
- When a response is generated, if there is more data to be listed,
this parameter is present in the response and contains the value
to use for the nextToken parameter in a subsequent
pagination request. If there is no more data to be listed, this
parameter is set to 'null'.public String getNextToken()
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to 'null'.
public ListRunsResult withNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to 'null'.
nextToken
- When a response is generated, if there is more data to be listed,
this parameter is present in the response and contains the value
to use for the nextToken parameter in a subsequent
pagination request. If there is no more data to be listed, this
parameter is set to 'null'.public String toString()
toString
in class Object
Object.toString()
public ListRunsResult clone()
Copyright © 2015. All rights reserved.