@Generated(value="software.amazon.awssdk:codegen") public final class ClassificationResultStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClassificationResultStatus.Builder,ClassificationResultStatus>
Provides information about the status of a sensitive data finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClassificationResultStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClassificationResultStatus.Builder |
builder() |
String |
code()
The status of the finding.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
reason()
A brief description of the status of the finding.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClassificationResultStatus.Builder> |
serializableBuilderClass() |
ClassificationResultStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String code()
The status of the finding. Possible values are:
COMPLETE - Amazon Macie successfully completed its analysis of the S3 object that the finding applies to.
PARTIAL - Macie analyzed only a subset of the data in the S3 object that the finding applies to. For example, the object is an archive file that contains files in an unsupported format.
SKIPPED - Macie wasn't able to analyze the S3 object that the finding applies to. For example, the object is a file in an unsupported format.
The status of the finding. Possible values are:
COMPLETE - Amazon Macie successfully completed its analysis of the S3 object that the finding applies to.
PARTIAL - Macie analyzed only a subset of the data in the S3 object that the finding applies to. For example, the object is an archive file that contains files in an unsupported format.
SKIPPED - Macie wasn't able to analyze the S3 object that the finding applies to. For example, the object is a file in an unsupported format.
public final String reason()
A brief description of the status of the finding. Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding.
public ClassificationResultStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClassificationResultStatus.Builder,ClassificationResultStatus>public static ClassificationResultStatus.Builder builder()
public static Class<? extends ClassificationResultStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.