@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public final 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 final String jobArn()
The Amazon Resource Name (ARN) of the classification job that produced the finding.
public final String jobId()
The unique identifier for the classification job that produced the finding.
public final ClassificationResult result()
The status and other details for the finding.
public ClassificationDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ClassificationDetails.Builder,ClassificationDetails>
public static ClassificationDetails.Builder builder()
public static Class<? extends ClassificationDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.