Class CustomDataIdentifiersDetections
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.CustomDataIdentifiersDetections
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomDataIdentifiersDetections.Builder,CustomDataIdentifiersDetections>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomDataIdentifiersDetections.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the custom identifier that was used to detect the sensitive data.static CustomDataIdentifiersDetections.Builderbuilder()Longcount()The total number of occurrences of sensitive data that were detected.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()he name of the custom identifier that detected the sensitive data.Occurrencesoccurrences()Details about the sensitive data that was detected.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CustomDataIdentifiersDetections.Builder>serializableBuilderClass()CustomDataIdentifiersDetections.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
count
public final Long count()
The total number of occurrences of sensitive data that were detected.
- Returns:
- The total number of occurrences of sensitive data that were detected.
-
arn
public final String arn()
The ARN of the custom identifier that was used to detect the sensitive data.
- Returns:
- The ARN of the custom identifier that was used to detect the sensitive data.
-
name
public final String name()
he name of the custom identifier that detected the sensitive data.
- Returns:
- he name of the custom identifier that detected the sensitive data.
-
occurrences
public final Occurrences occurrences()
Details about the sensitive data that was detected.
- Returns:
- Details about the sensitive data that was detected.
-
toBuilder
public CustomDataIdentifiersDetections.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomDataIdentifiersDetections.Builder,CustomDataIdentifiersDetections>
-
builder
public static CustomDataIdentifiersDetections.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomDataIdentifiersDetections.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-