@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 path to the folder or file (in Amazon S3) that contains the corresponding sensitive data discovery result 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 other details for 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 path to the folder or file (in Amazon S3) that contains the corresponding sensitive data discovery result for the finding. If a finding applies to a large archive or compressed file, this value is the path to a folder. Otherwise, this value is the path to a file.
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 other details for 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.