@Generated(value="software.amazon.awssdk:codegen") public final class CustomDetection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomDetection.Builder,CustomDetection>
Provides information about a custom data identifier that produced a sensitive data finding, and the number of occurrences of the data that it detected for the finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomDetection.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the custom data identifier.
|
static CustomDetection.Builder |
builder() |
Long |
count()
The total number of occurrences of the data that the custom data identifier detected for the finding.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the custom data identifier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomDetection.Builder> |
serializableBuilderClass() |
CustomDetection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the custom data identifier.
public Long count()
The total number of occurrences of the data that the custom data identifier detected for the finding.
public String name()
The name of the custom data identifier.
public CustomDetection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomDetection.Builder,CustomDetection>public static CustomDetection.Builder builder()
public static Class<? extends CustomDetection.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.