@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 to import.
|
int |
hashCode() |
void |
setFindings(Collection<AwsSecurityFinding> findings)
A list of findings to import.
|
String |
toString()
Returns a string representation of this object.
|
BatchImportFindingsRequest |
withFindings(AwsSecurityFinding... findings)
A list of findings to import.
|
BatchImportFindingsRequest |
withFindings(Collection<AwsSecurityFinding> findings)
A list of findings 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 to import. To successfully import a finding, it must follow the AWS Security Finding Format. Maximum of 100 findings per request.
public void setFindings(Collection<AwsSecurityFinding> findings)
A list of findings to import. To successfully import a finding, it must follow the AWS Security Finding Format. Maximum of 100 findings per request.
findings
- A list of findings to import. To successfully import a finding, it must follow the AWS
Security Finding Format. Maximum of 100 findings per request.public BatchImportFindingsRequest withFindings(AwsSecurityFinding... findings)
A list of findings to import. To successfully import a finding, it must follow the AWS Security Finding Format. Maximum of 100 findings per request.
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 to import. To successfully import a finding, it must follow the AWS
Security Finding Format. Maximum of 100 findings per request.public BatchImportFindingsRequest withFindings(Collection<AwsSecurityFinding> findings)
A list of findings to import. To successfully import a finding, it must follow the AWS Security Finding Format. Maximum of 100 findings per request.
findings
- A list of findings to import. To successfully import a finding, it must follow the AWS
Security Finding Format. Maximum of 100 findings per request.public String toString()
toString
in class Object
Object.toString()
public BatchImportFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()