@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchImportFindingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchImportFindingsResult() |
Modifier and Type | Method and Description |
---|---|
BatchImportFindingsResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getFailedCount()
The number of findings that cannot be imported.
|
List<ImportFindingsError> |
getFailedFindings()
The list of the findings that cannot be imported.
|
Integer |
getSuccessCount()
The number of findings that were successfully imported
|
int |
hashCode() |
void |
setFailedCount(Integer failedCount)
The number of findings that cannot be imported.
|
void |
setFailedFindings(Collection<ImportFindingsError> failedFindings)
The list of the findings that cannot be imported.
|
void |
setSuccessCount(Integer successCount)
The number of findings that were successfully imported
|
String |
toString()
Returns a string representation of this object.
|
BatchImportFindingsResult |
withFailedCount(Integer failedCount)
The number of findings that cannot be imported.
|
BatchImportFindingsResult |
withFailedFindings(Collection<ImportFindingsError> failedFindings)
The list of the findings that cannot be imported.
|
BatchImportFindingsResult |
withFailedFindings(ImportFindingsError... failedFindings)
The list of the findings that cannot be imported.
|
BatchImportFindingsResult |
withSuccessCount(Integer successCount)
The number of findings that were successfully imported
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFailedCount(Integer failedCount)
The number of findings that cannot be imported.
failedCount
- The number of findings that cannot be imported.public Integer getFailedCount()
The number of findings that cannot be imported.
public BatchImportFindingsResult withFailedCount(Integer failedCount)
The number of findings that cannot be imported.
failedCount
- The number of findings that cannot be imported.public void setSuccessCount(Integer successCount)
The number of findings that were successfully imported
successCount
- The number of findings that were successfully importedpublic Integer getSuccessCount()
The number of findings that were successfully imported
public BatchImportFindingsResult withSuccessCount(Integer successCount)
The number of findings that were successfully imported
successCount
- The number of findings that were successfully importedpublic List<ImportFindingsError> getFailedFindings()
The list of the findings that cannot be imported.
public void setFailedFindings(Collection<ImportFindingsError> failedFindings)
The list of the findings that cannot be imported.
failedFindings
- The list of the findings that cannot be imported.public BatchImportFindingsResult withFailedFindings(ImportFindingsError... failedFindings)
The list of the findings that cannot be imported.
NOTE: This method appends the values to the existing list (if any). Use
setFailedFindings(java.util.Collection)
or withFailedFindings(java.util.Collection)
if you want
to override the existing values.
failedFindings
- The list of the findings that cannot be imported.public BatchImportFindingsResult withFailedFindings(Collection<ImportFindingsError> failedFindings)
The list of the findings that cannot be imported.
failedFindings
- The list of the findings that cannot be imported.public String toString()
toString
in class Object
Object.toString()
public BatchImportFindingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.