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