@Generated(value="software.amazon.awssdk:codegen") public final class ImportFindingsError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportFindingsError.Builder,ImportFindingsError>
Includes details of the list of the findings that cannot be imported.
Modifier and Type | Class and Description |
---|---|
static interface |
ImportFindingsError.Builder |
Modifier and Type | Method and Description |
---|---|
static ImportFindingsError.Builder |
builder() |
boolean |
equals(Object obj) |
String |
errorCode()
The code of the error made during the BatchImportFindings operation.
|
String |
errorMessage()
The message of the error made during the BatchImportFindings operation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The id of the error made during the BatchImportFindings operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportFindingsError.Builder> |
serializableBuilderClass() |
ImportFindingsError.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String id()
The id of the error made during the BatchImportFindings operation.
public String errorCode()
The code of the error made during the BatchImportFindings operation.
public String errorMessage()
The message of the error made during the BatchImportFindings operation.
public ImportFindingsError.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ImportFindingsError.Builder,ImportFindingsError>
public static ImportFindingsError.Builder builder()
public static Class<? extends ImportFindingsError.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.