@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WatchlistSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of information about a watchlist.
Constructor and Description |
---|
WatchlistSummary() |
Modifier and Type | Method and Description |
---|---|
WatchlistSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the watchlist was created.
|
Boolean |
getDefaultWatchlist()
Whether the specified watchlist is the default watchlist of a domain.
|
String |
getDescription()
The description of the watchlist.
|
String |
getDomainId()
The identifier of the domain that contains the watchlist.
|
String |
getName()
The name for the watchlist.
|
Date |
getUpdatedAt()
The timestamp of when the watchlist was last updated.
|
String |
getWatchlistId()
The identifier of the watchlist.
|
int |
hashCode() |
Boolean |
isDefaultWatchlist()
Whether the specified watchlist is the default watchlist of a domain.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The timestamp of when the watchlist was created.
|
void |
setDefaultWatchlist(Boolean defaultWatchlist)
Whether the specified watchlist is the default watchlist of a domain.
|
void |
setDescription(String description)
The description of the watchlist.
|
void |
setDomainId(String domainId)
The identifier of the domain that contains the watchlist.
|
void |
setName(String name)
The name for the watchlist.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the watchlist was last updated.
|
void |
setWatchlistId(String watchlistId)
The identifier of the watchlist.
|
String |
toString()
Returns a string representation of this object.
|
WatchlistSummary |
withCreatedAt(Date createdAt)
The timestamp of when the watchlist was created.
|
WatchlistSummary |
withDefaultWatchlist(Boolean defaultWatchlist)
Whether the specified watchlist is the default watchlist of a domain.
|
WatchlistSummary |
withDescription(String description)
The description of the watchlist.
|
WatchlistSummary |
withDomainId(String domainId)
The identifier of the domain that contains the watchlist.
|
WatchlistSummary |
withName(String name)
The name for the watchlist.
|
WatchlistSummary |
withUpdatedAt(Date updatedAt)
The timestamp of when the watchlist was last updated.
|
WatchlistSummary |
withWatchlistId(String watchlistId)
The identifier of the watchlist.
|
public void setCreatedAt(Date createdAt)
The timestamp of when the watchlist was created.
createdAt
- The timestamp of when the watchlist was created.public Date getCreatedAt()
The timestamp of when the watchlist was created.
public WatchlistSummary withCreatedAt(Date createdAt)
The timestamp of when the watchlist was created.
createdAt
- The timestamp of when the watchlist was created.public void setDefaultWatchlist(Boolean defaultWatchlist)
Whether the specified watchlist is the default watchlist of a domain.
defaultWatchlist
- Whether the specified watchlist is the default watchlist of a domain.public Boolean getDefaultWatchlist()
Whether the specified watchlist is the default watchlist of a domain.
public WatchlistSummary withDefaultWatchlist(Boolean defaultWatchlist)
Whether the specified watchlist is the default watchlist of a domain.
defaultWatchlist
- Whether the specified watchlist is the default watchlist of a domain.public Boolean isDefaultWatchlist()
Whether the specified watchlist is the default watchlist of a domain.
public void setDescription(String description)
The description of the watchlist.
description
- The description of the watchlist.public String getDescription()
The description of the watchlist.
public WatchlistSummary withDescription(String description)
The description of the watchlist.
description
- The description of the watchlist.public void setDomainId(String domainId)
The identifier of the domain that contains the watchlist.
domainId
- The identifier of the domain that contains the watchlist.public String getDomainId()
The identifier of the domain that contains the watchlist.
public WatchlistSummary withDomainId(String domainId)
The identifier of the domain that contains the watchlist.
domainId
- The identifier of the domain that contains the watchlist.public void setName(String name)
The name for the watchlist.
name
- The name for the watchlist.public String getName()
The name for the watchlist.
public WatchlistSummary withName(String name)
The name for the watchlist.
name
- The name for the watchlist.public void setUpdatedAt(Date updatedAt)
The timestamp of when the watchlist was last updated.
updatedAt
- The timestamp of when the watchlist was last updated.public Date getUpdatedAt()
The timestamp of when the watchlist was last updated.
public WatchlistSummary withUpdatedAt(Date updatedAt)
The timestamp of when the watchlist was last updated.
updatedAt
- The timestamp of when the watchlist was last updated.public void setWatchlistId(String watchlistId)
The identifier of the watchlist.
watchlistId
- The identifier of the watchlist.public String getWatchlistId()
The identifier of the watchlist.
public WatchlistSummary withWatchlistId(String watchlistId)
The identifier of the watchlist.
watchlistId
- The identifier of the watchlist.public String toString()
toString
in class Object
Object.toString()
public WatchlistSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.