@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetBotResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetBotResult | clone() | 
| boolean | equals(Object obj) | 
| Bot | getBot()
 The chat bot details. | 
| int | hashCode() | 
| void | setBot(Bot bot)
 The chat bot details. | 
| String | toString()Returns a string representation of this object. | 
| GetBotResult | withBot(Bot bot)
 The chat bot details. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBot(Bot bot)
The chat bot details.
bot - The chat bot details.public Bot getBot()
The chat bot details.
public GetBotResult withBot(Bot bot)
The chat bot details.
bot - The chat bot details.public String toString()
toString in class ObjectObject.toString()public GetBotResult clone()