@Generated(value="software.amazon.awssdk:codegen") public final class WatchlistSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WatchlistSummary.Builder,WatchlistSummary>
Contains a summary of information about a watchlist.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WatchlistSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WatchlistSummary.Builder |
builder() |
Instant |
createdAt()
The timestamp of when the watchlist was created.
|
Boolean |
defaultWatchlist()
Whether the specified watchlist is the default watchlist of a domain.
|
String |
description()
The description of the watchlist.
|
String |
domainId()
The identifier of the domain that contains the watchlist.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name for the watchlist.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WatchlistSummary.Builder> |
serializableBuilderClass() |
WatchlistSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when the watchlist was last updated.
|
String |
watchlistId()
The identifier of the watchlist.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp of when the watchlist was created.
public final Boolean defaultWatchlist()
Whether the specified watchlist is the default watchlist of a domain.
public final String description()
The description of the watchlist.
public final String domainId()
The identifier of the domain that contains the watchlist.
public final String name()
The name for the watchlist.
public final Instant updatedAt()
The timestamp of when the watchlist was last updated.
public final String watchlistId()
The identifier of the watchlist.
public WatchlistSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WatchlistSummary.Builder,WatchlistSummary>public static WatchlistSummary.Builder builder()
public static Class<? extends WatchlistSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.