@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WatchlistDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details of the watchlists in a domain.
| Constructor and Description |
|---|
WatchlistDetails() |
| Modifier and Type | Method and Description |
|---|---|
WatchlistDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDefaultWatchlistId()
The identifier of the default watchlist.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDefaultWatchlistId(String defaultWatchlistId)
The identifier of the default watchlist.
|
String |
toString()
Returns a string representation of this object.
|
WatchlistDetails |
withDefaultWatchlistId(String defaultWatchlistId)
The identifier of the default watchlist.
|
public void setDefaultWatchlistId(String defaultWatchlistId)
The identifier of the default watchlist.
defaultWatchlistId - The identifier of the default watchlist.public String getDefaultWatchlistId()
The identifier of the default watchlist.
public WatchlistDetails withDefaultWatchlistId(String defaultWatchlistId)
The identifier of the default watchlist.
defaultWatchlistId - The identifier of the default watchlist.public String toString()
toString in class ObjectObject.toString()public WatchlistDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.