Class AllowListSummary
- java.lang.Object
-
- software.amazon.awssdk.services.macie2.model.AllowListSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AllowListSummary.Builder,AllowListSummary>
@Generated("software.amazon.awssdk:codegen") public final class AllowListSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AllowListSummary.Builder,AllowListSummary>
Provides a subset of information about an allow list.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAllowListSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the allow list.static AllowListSummary.Builderbuilder()InstantcreatedAt()The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.Stringdescription()The custom description of the allow list.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique identifier for the allow list.Stringname()The custom name of the allow list.List<SdkField<?>>sdkFields()static Class<? extends AllowListSummary.Builder>serializableBuilderClass()AllowListSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.-
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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the allow list.
- Returns:
- The Amazon Resource Name (ARN) of the allow list.
-
createdAt
public final Instant createdAt()
The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
- Returns:
- The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
-
description
public final String description()
The custom description of the allow list.
- Returns:
- The custom description of the allow list.
-
id
public final String id()
The unique identifier for the allow list.
- Returns:
- The unique identifier for the allow list.
-
name
public final String name()
The custom name of the allow list.
- Returns:
- The custom name of the allow list.
-
updatedAt
public final Instant updatedAt()
The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.
- Returns:
- The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.
-
toBuilder
public AllowListSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AllowListSummary.Builder,AllowListSummary>
-
builder
public static AllowListSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AllowListSummary.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.
-
-