@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 that you're listing.
|
String |
getNextToken()
The 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 that you're listing.
|
void |
setNextToken(String nextToken)
The 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 that you're listing.
|
ListFindingsResult |
withFindingIds(String... findingIds)
The IDs of the findings that you're listing.
|
ListFindingsResult |
withNextToken(String nextToken)
The 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 that you're listing.
public void setFindingIds(Collection<String> findingIds)
The IDs of the findings that you're listing.
findingIds
- The IDs of the findings that you're listing.public ListFindingsResult withFindingIds(String... findingIds)
The IDs of the findings that you're 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 that you're listing.public ListFindingsResult withFindingIds(Collection<String> findingIds)
The IDs of the findings that you're listing.
findingIds
- The IDs of the findings that you're listing.public void setNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken
- The pagination parameter to be used on the next list operation to retrieve more items.public String getNextToken()
The pagination parameter to be used on the next list operation to retrieve more items.
public ListFindingsResult withNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken
- The 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()