@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AllowListSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the allow list.
|
static AllowListSummary.Builder |
builder() |
Instant |
createdAt()
The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
|
String |
description()
The custom description of the allow list.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the allow list.
|
String |
name()
The custom name of the allow list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AllowListSummary.Builder> |
serializableBuilderClass() |
AllowListSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the allow list.
public final Instant createdAt()
The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
public final String description()
The custom description of the allow list.
public final String id()
The unique identifier for the allow list.
public final String name()
The custom name of the allow list.
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.
public AllowListSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AllowListSummary.Builder,AllowListSummary>public static AllowListSummary.Builder builder()
public static Class<? extends AllowListSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.