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