Class WatchlistSummary
- java.lang.Object
-
- software.amazon.awssdk.services.voiceid.model.WatchlistSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WatchlistSummary.Builder,WatchlistSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWatchlistSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WatchlistSummary.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 WatchlistSummary.Builder>serializableBuilderClass()WatchlistSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The timestamp of when the watchlist was last 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 last updated.
- Returns:
- The timestamp of when the watchlist was last updated.
-
watchlistId
public final String watchlistId()
The identifier of the watchlist.
- Returns:
- The identifier of the watchlist.
-
toBuilder
public WatchlistSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WatchlistSummary.Builder,WatchlistSummary>
-
builder
public static WatchlistSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends WatchlistSummary.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.
-
-