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