public class ListAssessmentTemplatesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.String> |
assessmentTemplateArns
A list of ARNs that specifies the assessment templates 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 |
---|
ListAssessmentTemplatesResult() |
Modifier and Type | Method and Description |
---|---|
ListAssessmentTemplatesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAssessmentTemplateArns()
A list of ARNs that specifies the assessment templates 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 |
setAssessmentTemplateArns(java.util.Collection<java.lang.String> assessmentTemplateArns)
A list of ARNs that specifies the assessment templates 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.
|
ListAssessmentTemplatesResult |
withAssessmentTemplateArns(java.util.Collection<java.lang.String> assessmentTemplateArns)
A list of ARNs that specifies the assessment templates returned by the
action.
|
ListAssessmentTemplatesResult |
withAssessmentTemplateArns(java.lang.String... assessmentTemplateArns)
A list of ARNs that specifies the assessment templates returned by the
action.
|
ListAssessmentTemplatesResult |
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> assessmentTemplateArns
A list of ARNs that specifies the assessment templates 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> getAssessmentTemplateArns()
A list of ARNs that specifies the assessment templates returned by the action.
public void setAssessmentTemplateArns(java.util.Collection<java.lang.String> assessmentTemplateArns)
A list of ARNs that specifies the assessment templates returned by the action.
assessmentTemplateArns
- A list of ARNs that specifies the assessment templates returned by
the action.public ListAssessmentTemplatesResult withAssessmentTemplateArns(java.lang.String... assessmentTemplateArns)
A list of ARNs that specifies the assessment templates returned by the action.
NOTE: This method appends the values to the existing list (if
any). Use setAssessmentTemplateArns(java.util.Collection)
or
withAssessmentTemplateArns(java.util.Collection)
if you want to
override the existing values.
assessmentTemplateArns
- A list of ARNs that specifies the assessment templates returned by
the action.public ListAssessmentTemplatesResult withAssessmentTemplateArns(java.util.Collection<java.lang.String> assessmentTemplateArns)
A list of ARNs that specifies the assessment templates returned by the action.
assessmentTemplateArns
- A list of ARNs that specifies the assessment templates 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 ListAssessmentTemplatesResult 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 ListAssessmentTemplatesResult clone()
clone
in class java.lang.Object