@Generated(value="software.amazon.awssdk:codegen") public final class ImportFindingsError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportFindingsError.Builder,ImportFindingsError>
The list of the findings that cannot be imported. For each finding, the list provides the error.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportFindingsError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportFindingsError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The code of the error returned by the
BatchImportFindings operation. |
String |
errorMessage()
The message of the error returned by the
BatchImportFindings operation. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the finding that could not be updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportFindingsError.Builder> |
serializableBuilderClass() |
ImportFindingsError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the finding that could not be updated.
public final String errorCode()
The code of the error returned by the BatchImportFindings operation.
BatchImportFindings operation.public final String errorMessage()
The message of the error returned by the BatchImportFindings operation.
BatchImportFindings operation.public ImportFindingsError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportFindingsError.Builder,ImportFindingsError>public static ImportFindingsError.Builder builder()
public static Class<? extends ImportFindingsError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.