@Generated(value="software.amazon.awssdk:codegen") public final class Watchlist extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Watchlist.Builder,Watchlist>
Contains all the information about a watchlist.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Watchlist.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Watchlist.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 Watchlist.Builder> |
serializableBuilderClass() |
Watchlist.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when the watchlist was 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 updated.
public final String watchlistId()
The identifier of the watchlist.
public Watchlist.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Watchlist.Builder,Watchlist>public static Watchlist.Builder builder()
public static Class<? extends Watchlist.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.