@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParentBotNetwork extends Object implements Serializable, Cloneable, StructuredPojo
A network of bots.
Constructor and Description |
---|
ParentBotNetwork() |
Modifier and Type | Method and Description |
---|---|
ParentBotNetwork |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The identifier of the network of bots assigned by Amazon Lex.
|
String |
getBotVersion()
The version of the network of bots.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBotId(String botId)
The identifier of the network of bots assigned by Amazon Lex.
|
void |
setBotVersion(String botVersion)
The version of the network of bots.
|
String |
toString()
Returns a string representation of this object.
|
ParentBotNetwork |
withBotId(String botId)
The identifier of the network of bots assigned by Amazon Lex.
|
ParentBotNetwork |
withBotVersion(String botVersion)
The version of the network of bots.
|
public void setBotId(String botId)
The identifier of the network of bots assigned by Amazon Lex.
botId
- The identifier of the network of bots assigned by Amazon Lex.public String getBotId()
The identifier of the network of bots assigned by Amazon Lex.
public ParentBotNetwork withBotId(String botId)
The identifier of the network of bots assigned by Amazon Lex.
botId
- The identifier of the network of bots assigned by Amazon Lex.public void setBotVersion(String botVersion)
The version of the network of bots.
botVersion
- The version of the network of bots.public String getBotVersion()
The version of the network of bots.
public ParentBotNetwork withBotVersion(String botVersion)
The version of the network of bots.
botVersion
- The version of the network of bots.public String toString()
toString
in class Object
Object.toString()
public ParentBotNetwork clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.