Class ImportFindingsError
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.ImportFindingsError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImportFindingsError.Builder,ImportFindingsError>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImportFindingsError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImportFindingsError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()The code of the error returned by theBatchImportFindingsoperation.StringerrorMessage()The message of the error returned by theBatchImportFindingsoperation.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the finding that could not be updated.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ImportFindingsError.Builder>serializableBuilderClass()ImportFindingsError.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The identifier of the finding that could not be updated.
- Returns:
- The identifier of the finding that could not be updated.
-
errorCode
public final String errorCode()
The code of the error returned by the
BatchImportFindingsoperation.- Returns:
- The code of the error returned by the
BatchImportFindingsoperation.
-
errorMessage
public final String errorMessage()
The message of the error returned by the
BatchImportFindingsoperation.- Returns:
- The message of the error returned by the
BatchImportFindingsoperation.
-
toBuilder
public ImportFindingsError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImportFindingsError.Builder,ImportFindingsError>
-
builder
public static ImportFindingsError.Builder builder()
-
serializableBuilderClass
public static Class<? extends ImportFindingsError.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-