@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 failed to import.
|
List<ImportFindingsError> |
getFailedFindings()
The list of findings that failed to import.
|
Integer |
getSuccessCount()
The number of findings that were successfully imported.
|
int |
hashCode() |
void |
setFailedCount(Integer failedCount)
The number of findings that failed to import.
|
void |
setFailedFindings(Collection<ImportFindingsError> failedFindings)
The list of findings that failed to import.
|
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 failed to import.
|
BatchImportFindingsResult |
withFailedFindings(Collection<ImportFindingsError> failedFindings)
The list of findings that failed to import.
|
BatchImportFindingsResult |
withFailedFindings(ImportFindingsError... failedFindings)
The list of findings that failed to import.
|
BatchImportFindingsResult |
withSuccessCount(Integer successCount)
The number of findings that were successfully imported.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFailedCount(Integer failedCount)
The number of findings that failed to import.
failedCount - The number of findings that failed to import.public Integer getFailedCount()
The number of findings that failed to import.
public BatchImportFindingsResult withFailedCount(Integer failedCount)
The number of findings that failed to import.
failedCount - The number of findings that failed to import.public void setSuccessCount(Integer successCount)
The number of findings that were successfully imported.
successCount - The number of findings that were successfully imported.public 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 imported.public List<ImportFindingsError> getFailedFindings()
The list of findings that failed to import.
public void setFailedFindings(Collection<ImportFindingsError> failedFindings)
The list of findings that failed to import.
failedFindings - The list of findings that failed to import.public BatchImportFindingsResult withFailedFindings(ImportFindingsError... failedFindings)
The list of findings that failed to import.
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 findings that failed to import.public BatchImportFindingsResult withFailedFindings(Collection<ImportFindingsError> failedFindings)
The list of findings that failed to import.
failedFindings - The list of findings that failed to import.public String toString()
toString in class ObjectObject.toString()public BatchImportFindingsResult clone()