@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BotVersionLocaleDetails extends Object implements Serializable, Cloneable, StructuredPojo
The version of a bot used for a bot locale.
| Constructor and Description |
|---|
BotVersionLocaleDetails() |
| Modifier and Type | Method and Description |
|---|---|
BotVersionLocaleDetails |
clone() |
boolean |
equals(Object obj) |
String |
getSourceBotVersion()
The version of a bot used for a bot locale.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSourceBotVersion(String sourceBotVersion)
The version of a bot used for a bot locale.
|
String |
toString()
Returns a string representation of this object.
|
BotVersionLocaleDetails |
withSourceBotVersion(String sourceBotVersion)
The version of a bot used for a bot locale.
|
public void setSourceBotVersion(String sourceBotVersion)
The version of a bot used for a bot locale.
sourceBotVersion - The version of a bot used for a bot locale.public String getSourceBotVersion()
The version of a bot used for a bot locale.
public BotVersionLocaleDetails withSourceBotVersion(String sourceBotVersion)
The version of a bot used for a bot locale.
sourceBotVersion - The version of a bot used for a bot locale.public String toString()
toString in class ObjectObject.toString()public BotVersionLocaleDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.