@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssessmentRunsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAssessmentRunsResult() |
Modifier and Type | Method and Description |
---|---|
ListAssessmentRunsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAssessmentRunArns()
A list of ARNs that specifies the assessment runs that are returned by the action.
|
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(Collection<String> assessmentRunArns)
A list of ARNs that specifies the assessment runs that are returned by the action.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
ListAssessmentRunsResult |
withAssessmentRunArns(Collection<String> assessmentRunArns)
A list of ARNs that specifies the assessment runs that are returned by the action.
|
ListAssessmentRunsResult |
withAssessmentRunArns(String... assessmentRunArns)
A list of ARNs that specifies the assessment runs that are returned by the action.
|
ListAssessmentRunsResult |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getAssessmentRunArns()
A list of ARNs that specifies the assessment runs that are returned by the action.
public void setAssessmentRunArns(Collection<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(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(Collection<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(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 ListAssessmentRunsResult 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 ListAssessmentRunsResult clone()