@Generated(value="software.amazon.awssdk:codegen") public final class SensitiveDataDetections extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SensitiveDataDetections.Builder,SensitiveDataDetections>
The list of detected instances of sensitive data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SensitiveDataDetections.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SensitiveDataDetections.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() |
Occurrences |
occurrences()
Details about the sensitive data that was detected.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SensitiveDataDetections.Builder> |
serializableBuilderClass() |
SensitiveDataDetections.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of sensitive data that was detected.
|
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 type()
The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.
public final Occurrences occurrences()
Details about the sensitive data that was detected.
public SensitiveDataDetections.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SensitiveDataDetections.Builder,SensitiveDataDetections>public static SensitiveDataDetections.Builder builder()
public static Class<? extends SensitiveDataDetections.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.