@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BotMember extends Object implements Serializable, Cloneable, StructuredPojo
A bot that is a member of a network of bots.
Constructor and Description |
---|
BotMember() |
Modifier and Type | Method and Description |
---|---|
BotMember |
clone() |
boolean |
equals(Object obj) |
String |
getBotMemberAliasId()
The alias ID of a bot that is a member of this network of bots.
|
String |
getBotMemberAliasName()
The alias name of a bot that is a member of this network of bots.
|
String |
getBotMemberId()
The unique ID of a bot that is a member of this network of bots.
|
String |
getBotMemberName()
The unique name of a bot that is a member of this network of bots.
|
String |
getBotMemberVersion()
The version of a bot that is a member of this network of bots.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBotMemberAliasId(String botMemberAliasId)
The alias ID of a bot that is a member of this network of bots.
|
void |
setBotMemberAliasName(String botMemberAliasName)
The alias name of a bot that is a member of this network of bots.
|
void |
setBotMemberId(String botMemberId)
The unique ID of a bot that is a member of this network of bots.
|
void |
setBotMemberName(String botMemberName)
The unique name of a bot that is a member of this network of bots.
|
void |
setBotMemberVersion(String botMemberVersion)
The version of a bot that is a member of this network of bots.
|
String |
toString()
Returns a string representation of this object.
|
BotMember |
withBotMemberAliasId(String botMemberAliasId)
The alias ID of a bot that is a member of this network of bots.
|
BotMember |
withBotMemberAliasName(String botMemberAliasName)
The alias name of a bot that is a member of this network of bots.
|
BotMember |
withBotMemberId(String botMemberId)
The unique ID of a bot that is a member of this network of bots.
|
BotMember |
withBotMemberName(String botMemberName)
The unique name of a bot that is a member of this network of bots.
|
BotMember |
withBotMemberVersion(String botMemberVersion)
The version of a bot that is a member of this network of bots.
|
public void setBotMemberId(String botMemberId)
The unique ID of a bot that is a member of this network of bots.
botMemberId
- The unique ID of a bot that is a member of this network of bots.public String getBotMemberId()
The unique ID of a bot that is a member of this network of bots.
public BotMember withBotMemberId(String botMemberId)
The unique ID of a bot that is a member of this network of bots.
botMemberId
- The unique ID of a bot that is a member of this network of bots.public void setBotMemberName(String botMemberName)
The unique name of a bot that is a member of this network of bots.
botMemberName
- The unique name of a bot that is a member of this network of bots.public String getBotMemberName()
The unique name of a bot that is a member of this network of bots.
public BotMember withBotMemberName(String botMemberName)
The unique name of a bot that is a member of this network of bots.
botMemberName
- The unique name of a bot that is a member of this network of bots.public void setBotMemberAliasId(String botMemberAliasId)
The alias ID of a bot that is a member of this network of bots.
botMemberAliasId
- The alias ID of a bot that is a member of this network of bots.public String getBotMemberAliasId()
The alias ID of a bot that is a member of this network of bots.
public BotMember withBotMemberAliasId(String botMemberAliasId)
The alias ID of a bot that is a member of this network of bots.
botMemberAliasId
- The alias ID of a bot that is a member of this network of bots.public void setBotMemberAliasName(String botMemberAliasName)
The alias name of a bot that is a member of this network of bots.
botMemberAliasName
- The alias name of a bot that is a member of this network of bots.public String getBotMemberAliasName()
The alias name of a bot that is a member of this network of bots.
public BotMember withBotMemberAliasName(String botMemberAliasName)
The alias name of a bot that is a member of this network of bots.
botMemberAliasName
- The alias name of a bot that is a member of this network of bots.public void setBotMemberVersion(String botMemberVersion)
The version of a bot that is a member of this network of bots.
botMemberVersion
- The version of a bot that is a member of this network of bots.public String getBotMemberVersion()
The version of a bot that is a member of this network of bots.
public BotMember withBotMemberVersion(String botMemberVersion)
The version of a bot that is a member of this network of bots.
botMemberVersion
- The version of a bot that is a member of this network of bots.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.