@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchGetFindingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetFindingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<FindingIdentifier> |
getFindingIdentifiers()
A list of finding identifiers.
|
int |
hashCode() |
void |
setFindingIdentifiers(Collection<FindingIdentifier> findingIdentifiers)
A list of finding identifiers.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetFindingsRequest |
withFindingIdentifiers(Collection<FindingIdentifier> findingIdentifiers)
A list of finding identifiers.
|
BatchGetFindingsRequest |
withFindingIdentifiers(FindingIdentifier... findingIdentifiers)
A list of finding identifiers.
|
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, withSdkRequestTimeoutpublic List<FindingIdentifier> getFindingIdentifiers()
A list of finding identifiers. Each identifier consists of a scanName and a findingId.
You retrieve the findingId when you call GetFindings.
scanName and a
findingId. You retrieve the findingId when you call GetFindings.public void setFindingIdentifiers(Collection<FindingIdentifier> findingIdentifiers)
A list of finding identifiers. Each identifier consists of a scanName and a findingId.
You retrieve the findingId when you call GetFindings.
findingIdentifiers - A list of finding identifiers. Each identifier consists of a scanName and a
findingId. You retrieve the findingId when you call GetFindings.public BatchGetFindingsRequest withFindingIdentifiers(FindingIdentifier... findingIdentifiers)
A list of finding identifiers. Each identifier consists of a scanName and a findingId.
You retrieve the findingId when you call GetFindings.
NOTE: This method appends the values to the existing list (if any). Use
setFindingIdentifiers(java.util.Collection) or withFindingIdentifiers(java.util.Collection) if
you want to override the existing values.
findingIdentifiers - A list of finding identifiers. Each identifier consists of a scanName and a
findingId. You retrieve the findingId when you call GetFindings.public BatchGetFindingsRequest withFindingIdentifiers(Collection<FindingIdentifier> findingIdentifiers)
A list of finding identifiers. Each identifier consists of a scanName and a findingId.
You retrieve the findingId when you call GetFindings.
findingIdentifiers - A list of finding identifiers. Each identifier consists of a scanName and a
findingId. You retrieve the findingId when you call GetFindings.public String toString()
toString in class ObjectObject.toString()public BatchGetFindingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()