@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)
Marshalls this structured data using the given
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 BotVersionLocaleDetails()
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 Object Object.toString() public BotVersionLocaleDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.