@Generated(value="software.amazon.awssdk:codegen") public final class ClassificationDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClassificationDetails.Builder,ClassificationDetails>
Provides information about a sensitive data finding, including the classification job that produced the finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClassificationDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClassificationDetails.Builder |
builder() |
String |
detailedResultsLocation()
The Amazon Resource Name (ARN) of the file that contains the detailed record, including offsets, for the finding.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobArn()
The Amazon Resource Name (ARN) of the classification job that produced the finding.
|
String |
jobId()
The unique identifier for the classification job that produced the finding.
|
ClassificationResult |
result()
The status and detailed results of the finding.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClassificationDetails.Builder> |
serializableBuilderClass() |
ClassificationDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String detailedResultsLocation()
The Amazon Resource Name (ARN) of the file that contains the detailed record, including offsets, for the finding.
public String jobArn()
The Amazon Resource Name (ARN) of the classification job that produced the finding.
public String jobId()
The unique identifier for the classification job that produced the finding.
public ClassificationResult result()
The status and detailed results of the finding.
public ClassificationDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClassificationDetails.Builder,ClassificationDetails>public static ClassificationDetails.Builder builder()
public static Class<? extends ClassificationDetails.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.