@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateBotElementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GenerateBotElementResult() |
Modifier and Type | Method and Description |
---|---|
GenerateBotElementResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique bot Id for the bot which received the response.
|
String |
getBotVersion()
The unique bot version for the bot which received the response.
|
String |
getIntentId()
The unique intent Id for the bot which received the response.
|
String |
getLocaleId()
The unique locale Id for the bot which received the response.
|
List<SampleUtterance> |
getSampleUtterances()
The sample utterances for the bot which received the response.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique bot Id for the bot which received the response.
|
void |
setBotVersion(String botVersion)
The unique bot version for the bot which received the response.
|
void |
setIntentId(String intentId)
The unique intent Id for the bot which received the response.
|
void |
setLocaleId(String localeId)
The unique locale Id for the bot which received the response.
|
void |
setSampleUtterances(Collection<SampleUtterance> sampleUtterances)
The sample utterances for the bot which received the response.
|
String |
toString()
Returns a string representation of this object.
|
GenerateBotElementResult |
withBotId(String botId)
The unique bot Id for the bot which received the response.
|
GenerateBotElementResult |
withBotVersion(String botVersion)
The unique bot version for the bot which received the response.
|
GenerateBotElementResult |
withIntentId(String intentId)
The unique intent Id for the bot which received the response.
|
GenerateBotElementResult |
withLocaleId(String localeId)
The unique locale Id for the bot which received the response.
|
GenerateBotElementResult |
withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
The sample utterances for the bot which received the response.
|
GenerateBotElementResult |
withSampleUtterances(SampleUtterance... sampleUtterances)
The sample utterances for the bot which received the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The unique bot Id for the bot which received the response.
botId
- The unique bot Id for the bot which received the response.public String getBotId()
The unique bot Id for the bot which received the response.
public GenerateBotElementResult withBotId(String botId)
The unique bot Id for the bot which received the response.
botId
- The unique bot Id for the bot which received the response.public void setBotVersion(String botVersion)
The unique bot version for the bot which received the response.
botVersion
- The unique bot version for the bot which received the response.public String getBotVersion()
The unique bot version for the bot which received the response.
public GenerateBotElementResult withBotVersion(String botVersion)
The unique bot version for the bot which received the response.
botVersion
- The unique bot version for the bot which received the response.public void setLocaleId(String localeId)
The unique locale Id for the bot which received the response.
localeId
- The unique locale Id for the bot which received the response.public String getLocaleId()
The unique locale Id for the bot which received the response.
public GenerateBotElementResult withLocaleId(String localeId)
The unique locale Id for the bot which received the response.
localeId
- The unique locale Id for the bot which received the response.public void setIntentId(String intentId)
The unique intent Id for the bot which received the response.
intentId
- The unique intent Id for the bot which received the response.public String getIntentId()
The unique intent Id for the bot which received the response.
public GenerateBotElementResult withIntentId(String intentId)
The unique intent Id for the bot which received the response.
intentId
- The unique intent Id for the bot which received the response.public List<SampleUtterance> getSampleUtterances()
The sample utterances for the bot which received the response.
public void setSampleUtterances(Collection<SampleUtterance> sampleUtterances)
The sample utterances for the bot which received the response.
sampleUtterances
- The sample utterances for the bot which received the response.public GenerateBotElementResult withSampleUtterances(SampleUtterance... sampleUtterances)
The sample utterances for the bot which received the response.
NOTE: This method appends the values to the existing list (if any). Use
setSampleUtterances(java.util.Collection)
or withSampleUtterances(java.util.Collection)
if you
want to override the existing values.
sampleUtterances
- The sample utterances for the bot which received the response.public GenerateBotElementResult withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
The sample utterances for the bot which received the response.
sampleUtterances
- The sample utterances for the bot which received the response.public String toString()
toString
in class Object
Object.toString()
public GenerateBotElementResult clone()