@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWatchlistResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeWatchlistResult() |
Modifier and Type | Method and Description |
---|---|
DescribeWatchlistResult |
clone() |
boolean |
equals(Object obj) |
Watchlist |
getWatchlist()
Information about the specified watchlist.
|
int |
hashCode() |
void |
setWatchlist(Watchlist watchlist)
Information about the specified watchlist.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWatchlistResult |
withWatchlist(Watchlist watchlist)
Information about the specified watchlist.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWatchlist(Watchlist watchlist)
Information about the specified watchlist.
watchlist
- Information about the specified watchlist.public Watchlist getWatchlist()
Information about the specified watchlist.
public DescribeWatchlistResult withWatchlist(Watchlist watchlist)
Information about the specified watchlist.
watchlist
- Information about the specified watchlist.public String toString()
toString
in class Object
Object.toString()
public DescribeWatchlistResult clone()