public class ListAssessmentRunsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.String> |
assessmentRunArns
A list of ARNs that specifies the assessment runs that are returned by
the action.
|
private java.lang.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.
|
Constructor and Description |
---|
ListAssessmentRunsResult() |
Modifier and Type | Method and Description |
---|---|
ListAssessmentRunsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAssessmentRunArns()
A list of ARNs that specifies the assessment runs that are returned by
the action.
|
java.lang.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.
|
int |
hashCode() |
void |
setAssessmentRunArns(java.util.Collection<java.lang.String> assessmentRunArns)
A list of ARNs that specifies the assessment runs that are returned by
the action.
|
void |
setNextToken(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAssessmentRunsResult |
withAssessmentRunArns(java.util.Collection<java.lang.String> assessmentRunArns)
A list of ARNs that specifies the assessment runs that are returned by
the action.
|
ListAssessmentRunsResult |
withAssessmentRunArns(java.lang.String... assessmentRunArns)
A list of ARNs that specifies the assessment runs that are returned by
the action.
|
ListAssessmentRunsResult |
withNextToken(java.lang.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.
|
private java.util.List<java.lang.String> assessmentRunArns
A list of ARNs that specifies the assessment runs that are returned by the action.
private java.lang.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.
public java.util.List<java.lang.String> getAssessmentRunArns()
A list of ARNs that specifies the assessment runs that are returned by the action.
public void setAssessmentRunArns(java.util.Collection<java.lang.String> assessmentRunArns)
A list of ARNs that specifies the assessment runs that are returned by the action.
assessmentRunArns
- A list of ARNs that specifies the assessment runs that are
returned by the action.public ListAssessmentRunsResult withAssessmentRunArns(java.lang.String... assessmentRunArns)
A list of ARNs that specifies the assessment runs that are returned by the action.
NOTE: This method appends the values to the existing list (if
any). Use setAssessmentRunArns(java.util.Collection)
or
withAssessmentRunArns(java.util.Collection)
if you want to
override the existing values.
assessmentRunArns
- A list of ARNs that specifies the assessment runs that are
returned by the action.public ListAssessmentRunsResult withAssessmentRunArns(java.util.Collection<java.lang.String> assessmentRunArns)
A list of ARNs that specifies the assessment runs that are returned by the action.
assessmentRunArns
- A list of ARNs that specifies the assessment runs that are
returned by the action.public void setNextToken(java.lang.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 java.lang.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 ListAssessmentRunsResult withNextToken(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListAssessmentRunsResult clone()
clone
in class java.lang.Object