@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFindingsRequest() |
Modifier and Type | Method and Description |
---|---|
GetFindingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getFindingIds()
An array of strings that lists the unique identifiers for the findings to retrieve.
|
SortCriteria |
getSortCriteria()
The criteria for sorting the results of the request.
|
int |
hashCode() |
void |
setFindingIds(Collection<String> findingIds)
An array of strings that lists the unique identifiers for the findings to retrieve.
|
void |
setSortCriteria(SortCriteria sortCriteria)
The criteria for sorting the results of the request.
|
String |
toString()
Returns a string representation of this object.
|
GetFindingsRequest |
withFindingIds(Collection<String> findingIds)
An array of strings that lists the unique identifiers for the findings to retrieve.
|
GetFindingsRequest |
withFindingIds(String... findingIds)
An array of strings that lists the unique identifiers for the findings to retrieve.
|
GetFindingsRequest |
withSortCriteria(SortCriteria sortCriteria)
The criteria for sorting the results of the request.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getFindingIds()
An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.
public void setFindingIds(Collection<String> findingIds)
An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.
findingIds
- An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as
many as 50 unique identifiers in this array.public GetFindingsRequest withFindingIds(String... findingIds)
An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.
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
- An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as
many as 50 unique identifiers in this array.public GetFindingsRequest withFindingIds(Collection<String> findingIds)
An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.
findingIds
- An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as
many as 50 unique identifiers in this array.public void setSortCriteria(SortCriteria sortCriteria)
The criteria for sorting the results of the request.
sortCriteria
- The criteria for sorting the results of the request.public SortCriteria getSortCriteria()
The criteria for sorting the results of the request.
public GetFindingsRequest withSortCriteria(SortCriteria sortCriteria)
The criteria for sorting the results of the request.
sortCriteria
- The criteria for sorting the results of the request.public String toString()
toString
in class Object
Object.toString()
public GetFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()