@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BotAliasTestExecutionTarget extends Object implements Serializable, Cloneable, StructuredPojo
The target Amazon S3 location for the test set execution using a bot alias.
Constructor and Description |
---|
BotAliasTestExecutionTarget() |
Modifier and Type | Method and Description |
---|---|
BotAliasTestExecutionTarget |
clone() |
boolean |
equals(Object obj) |
String |
getBotAliasId()
The bot alias Id of the bot alias used in the test set execution.
|
String |
getBotId()
The bot Id of the bot alias used in the test set execution.
|
String |
getLocaleId()
The locale Id of the bot alias used in the test set execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBotAliasId(String botAliasId)
The bot alias Id of the bot alias used in the test set execution.
|
void |
setBotId(String botId)
The bot Id of the bot alias used in the test set execution.
|
void |
setLocaleId(String localeId)
The locale Id of the bot alias used in the test set execution.
|
String |
toString()
Returns a string representation of this object.
|
BotAliasTestExecutionTarget |
withBotAliasId(String botAliasId)
The bot alias Id of the bot alias used in the test set execution.
|
BotAliasTestExecutionTarget |
withBotId(String botId)
The bot Id of the bot alias used in the test set execution.
|
BotAliasTestExecutionTarget |
withLocaleId(String localeId)
The locale Id of the bot alias used in the test set execution.
|
public void setBotId(String botId)
The bot Id of the bot alias used in the test set execution.
botId
- The bot Id of the bot alias used in the test set execution.public String getBotId()
The bot Id of the bot alias used in the test set execution.
public BotAliasTestExecutionTarget withBotId(String botId)
The bot Id of the bot alias used in the test set execution.
botId
- The bot Id of the bot alias used in the test set execution.public void setBotAliasId(String botAliasId)
The bot alias Id of the bot alias used in the test set execution.
botAliasId
- The bot alias Id of the bot alias used in the test set execution.public String getBotAliasId()
The bot alias Id of the bot alias used in the test set execution.
public BotAliasTestExecutionTarget withBotAliasId(String botAliasId)
The bot alias Id of the bot alias used in the test set execution.
botAliasId
- The bot alias Id of the bot alias used in the test set execution.public void setLocaleId(String localeId)
The locale Id of the bot alias used in the test set execution.
localeId
- The locale Id of the bot alias used in the test set execution.public String getLocaleId()
The locale Id of the bot alias used in the test set execution.
public BotAliasTestExecutionTarget withLocaleId(String localeId)
The locale Id of the bot alias used in the test set execution.
localeId
- The locale Id of the bot alias used in the test set execution.public String toString()
toString
in class Object
Object.toString()
public BotAliasTestExecutionTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.