@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchImportFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchImportFindingsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchImportFindingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<AwsSecurityFinding> |
getFindings()
A list of findings that you want to import.
|
int |
hashCode() |
void |
setFindings(Collection<AwsSecurityFinding> findings)
A list of findings that you want to import.
|
String |
toString()
Returns a string representation of this object.
|
BatchImportFindingsRequest |
withFindings(AwsSecurityFinding... findings)
A list of findings that you want to import.
|
BatchImportFindingsRequest |
withFindings(Collection<AwsSecurityFinding> findings)
A list of findings that you want to import.
|
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<AwsSecurityFinding> getFindings()
A list of findings that you want to import. Must be submitted in the AWSSecurityFinding format.
public void setFindings(Collection<AwsSecurityFinding> findings)
A list of findings that you want to import. Must be submitted in the AWSSecurityFinding format.
findings
- A list of findings that you want to import. Must be submitted in the AWSSecurityFinding format.public BatchImportFindingsRequest withFindings(AwsSecurityFinding... findings)
A list of findings that you want to import. Must be submitted in the AWSSecurityFinding format.
NOTE: This method appends the values to the existing list (if any). Use
setFindings(java.util.Collection)
or withFindings(java.util.Collection)
if you want to override
the existing values.
findings
- A list of findings that you want to import. Must be submitted in the AWSSecurityFinding format.public BatchImportFindingsRequest withFindings(Collection<AwsSecurityFinding> findings)
A list of findings that you want to import. Must be submitted in the AWSSecurityFinding format.
findings
- A list of findings that you want to import. Must be submitted in the AWSSecurityFinding format.public String toString()
toString
in class Object
Object.toString()
public BatchImportFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.