@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> |
getFindingIds()
The IDs of the findings you are listing.
|
String |
getNextToken()
Pagination parameter to be used on the next list operation to retrieve more items.
|
int |
hashCode() |
void |
setFindingIds(Collection<String> findingIds)
The IDs of the findings you are listing.
|
void |
setNextToken(String nextToken)
Pagination parameter to be used on the next list operation to retrieve more items.
|
String |
toString()
Returns a string representation of this object.
|
ListFindingsResult |
withFindingIds(Collection<String> findingIds)
The IDs of the findings you are listing.
|
ListFindingsResult |
withFindingIds(String... findingIds)
The IDs of the findings you are listing.
|
ListFindingsResult |
withNextToken(String nextToken)
Pagination parameter to be used on the next list operation to retrieve more items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getFindingIds()
The IDs of the findings you are listing.
public void setFindingIds(Collection<String> findingIds)
The IDs of the findings you are listing.
findingIds
- The IDs of the findings you are listing.public ListFindingsResult withFindingIds(String... findingIds)
The IDs of the findings you are listing.
NOTE: This method appends the values to the existing list (if any). Use
setFindingIds(java.util.Collection)
or withFindingIds(java.util.Collection)
if you want to
override the existing values.
findingIds
- The IDs of the findings you are listing.public ListFindingsResult withFindingIds(Collection<String> findingIds)
The IDs of the findings you are listing.
findingIds
- The IDs of the findings you are listing.public void setNextToken(String nextToken)
Pagination parameter to be used on the next list operation to retrieve more items.
nextToken
- Pagination parameter to be used on the next list operation to retrieve more items.public String getNextToken()
Pagination parameter to be used on the next list operation to retrieve more items.
public ListFindingsResult withNextToken(String nextToken)
Pagination parameter to be used on the next list operation to retrieve more items.
nextToken
- Pagination parameter to be used on the next list operation to retrieve more items.public String toString()
toString
in class Object
Object.toString()
public ListFindingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.