Class Watchlist
- java.lang.Object
-
- software.amazon.awssdk.services.voiceid.model.Watchlist
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Watchlist.Builder,Watchlist>
@Generated("software.amazon.awssdk:codegen") public final class Watchlist extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Watchlist.Builder,Watchlist>
Contains all the information about a watchlist.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWatchlist.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Watchlist.Builderbuilder()InstantcreatedAt()The timestamp of when the watchlist was created.BooleandefaultWatchlist()Whether the specified watchlist is the default watchlist of a domain.Stringdescription()The description of the watchlist.StringdomainId()The identifier of the domain that contains the watchlist.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name for the watchlist.List<SdkField<?>>sdkFields()static Class<? extends Watchlist.Builder>serializableBuilderClass()Watchlist.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The timestamp of when the watchlist was updated.StringwatchlistId()The identifier of the watchlist.-
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
-
createdAt
public final Instant createdAt()
The timestamp of when the watchlist was created.
- Returns:
- The timestamp of when the watchlist was created.
-
defaultWatchlist
public final Boolean defaultWatchlist()
Whether the specified watchlist is the default watchlist of a domain.
- Returns:
- Whether the specified watchlist is the default watchlist of a domain.
-
description
public final String description()
The description of the watchlist.
- Returns:
- The description of the watchlist.
-
domainId
public final String domainId()
The identifier of the domain that contains the watchlist.
- Returns:
- The identifier of the domain that contains the watchlist.
-
name
public final String name()
The name for the watchlist.
- Returns:
- The name for the watchlist.
-
updatedAt
public final Instant updatedAt()
The timestamp of when the watchlist was updated.
- Returns:
- The timestamp of when the watchlist was updated.
-
watchlistId
public final String watchlistId()
The identifier of the watchlist.
- Returns:
- The identifier of the watchlist.
-
toBuilder
public Watchlist.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Watchlist.Builder,Watchlist>
-
builder
public static Watchlist.Builder builder()
-
serializableBuilderClass
public static Class<? extends Watchlist.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.
-
-