public class ListFindingsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListFindingsResult() |
Modifier and Type | Method and Description |
---|---|
ListFindingsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFindingArnList()
A list of ARNs specifying the findings 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 |
setFindingArnList(Collection<String> findingArnList)
A list of ARNs specifying the findings 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; useful for testing and
debugging.
|
ListFindingsResult |
withFindingArnList(Collection<String> findingArnList)
A list of ARNs specifying the findings returned by the action.
|
ListFindingsResult |
withFindingArnList(String... findingArnList)
A list of ARNs specifying the findings returned by the action.
|
ListFindingsResult |
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.
|
public List<String> getFindingArnList()
A list of ARNs specifying the findings returned by the action.
public void setFindingArnList(Collection<String> findingArnList)
A list of ARNs specifying the findings returned by the action.
findingArnList
- A list of ARNs specifying the findings returned by the action.public ListFindingsResult withFindingArnList(String... findingArnList)
A list of ARNs specifying the findings returned by the action.
NOTE: This method appends the values to the existing list (if
any). Use setFindingArnList(java.util.Collection)
or
withFindingArnList(java.util.Collection)
if you want to override
the existing values.
findingArnList
- A list of ARNs specifying the findings returned by the action.public ListFindingsResult withFindingArnList(Collection<String> findingArnList)
A list of ARNs specifying the findings returned by the action.
findingArnList
- A list of ARNs specifying the findings 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 ListFindingsResult 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 ListFindingsResult clone()
Copyright © 2015. All rights reserved.