@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFindingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFindingsResult() |
Modifier and Type | Method and Description |
---|---|
ListFindingsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFindingArns()
A list of ARNs that specifies 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 |
setFindingArns(Collection<String> findingArns)
A list of ARNs that specifies 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 |
withFindingArns(Collection<String> findingArns)
A list of ARNs that specifies the findings returned by the action.
|
ListFindingsResult |
withFindingArns(String... findingArns)
A list of ARNs that specifies 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getFindingArns()
A list of ARNs that specifies the findings returned by the action.
public void setFindingArns(Collection<String> findingArns)
A list of ARNs that specifies the findings returned by the action.
findingArns
- A list of ARNs that specifies the findings returned by the action.public ListFindingsResult withFindingArns(String... findingArns)
A list of ARNs that specifies the findings returned by the action.
NOTE: This method appends the values to the existing list (if any). Use
setFindingArns(java.util.Collection)
or withFindingArns(java.util.Collection)
if you want to
override the existing values.
findingArns
- A list of ARNs that specifies the findings returned by the action.public ListFindingsResult withFindingArns(Collection<String> findingArns)
A list of ARNs that specifies the findings returned by the action.
findingArns
- A list of ARNs that specifies 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.