@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartBotResourceGenerationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartBotResourceGenerationResult() |
Modifier and Type | Method and Description |
---|---|
StartBotResourceGenerationResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot for which the generation request was made.
|
String |
getBotVersion()
The version of the bot for which the generation request was made.
|
Date |
getCreationDateTime()
The date and time at which the generation request was made.
|
String |
getGenerationId()
The unique identifier of the generation request.
|
String |
getGenerationInputPrompt()
The prompt that was used generate intents and slot types for the bot locale.
|
String |
getGenerationStatus()
The status of the generation request.
|
String |
getLocaleId()
The locale of the bot for which the generation request was made.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot for which the generation request was made.
|
void |
setBotVersion(String botVersion)
The version of the bot for which the generation request was made.
|
void |
setCreationDateTime(Date creationDateTime)
The date and time at which the generation request was made.
|
void |
setGenerationId(String generationId)
The unique identifier of the generation request.
|
void |
setGenerationInputPrompt(String generationInputPrompt)
The prompt that was used generate intents and slot types for the bot locale.
|
void |
setGenerationStatus(String generationStatus)
The status of the generation request.
|
void |
setLocaleId(String localeId)
The locale of the bot for which the generation request was made.
|
String |
toString()
Returns a string representation of this object.
|
StartBotResourceGenerationResult |
withBotId(String botId)
The unique identifier of the bot for which the generation request was made.
|
StartBotResourceGenerationResult |
withBotVersion(String botVersion)
The version of the bot for which the generation request was made.
|
StartBotResourceGenerationResult |
withCreationDateTime(Date creationDateTime)
The date and time at which the generation request was made.
|
StartBotResourceGenerationResult |
withGenerationId(String generationId)
The unique identifier of the generation request.
|
StartBotResourceGenerationResult |
withGenerationInputPrompt(String generationInputPrompt)
The prompt that was used generate intents and slot types for the bot locale.
|
StartBotResourceGenerationResult |
withGenerationStatus(GenerationStatus generationStatus)
The status of the generation request.
|
StartBotResourceGenerationResult |
withGenerationStatus(String generationStatus)
The status of the generation request.
|
StartBotResourceGenerationResult |
withLocaleId(String localeId)
The locale of the bot for which the generation request was made.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGenerationInputPrompt(String generationInputPrompt)
The prompt that was used generate intents and slot types for the bot locale.
generationInputPrompt
- The prompt that was used generate intents and slot types for the bot locale.public String getGenerationInputPrompt()
The prompt that was used generate intents and slot types for the bot locale.
public StartBotResourceGenerationResult withGenerationInputPrompt(String generationInputPrompt)
The prompt that was used generate intents and slot types for the bot locale.
generationInputPrompt
- The prompt that was used generate intents and slot types for the bot locale.public void setGenerationId(String generationId)
The unique identifier of the generation request.
generationId
- The unique identifier of the generation request.public String getGenerationId()
The unique identifier of the generation request.
public StartBotResourceGenerationResult withGenerationId(String generationId)
The unique identifier of the generation request.
generationId
- The unique identifier of the generation request.public void setBotId(String botId)
The unique identifier of the bot for which the generation request was made.
botId
- The unique identifier of the bot for which the generation request was made.public String getBotId()
The unique identifier of the bot for which the generation request was made.
public StartBotResourceGenerationResult withBotId(String botId)
The unique identifier of the bot for which the generation request was made.
botId
- The unique identifier of the bot for which the generation request was made.public void setBotVersion(String botVersion)
The version of the bot for which the generation request was made.
botVersion
- The version of the bot for which the generation request was made.public String getBotVersion()
The version of the bot for which the generation request was made.
public StartBotResourceGenerationResult withBotVersion(String botVersion)
The version of the bot for which the generation request was made.
botVersion
- The version of the bot for which the generation request was made.public void setLocaleId(String localeId)
The locale of the bot for which the generation request was made.
localeId
- The locale of the bot for which the generation request was made.public String getLocaleId()
The locale of the bot for which the generation request was made.
public StartBotResourceGenerationResult withLocaleId(String localeId)
The locale of the bot for which the generation request was made.
localeId
- The locale of the bot for which the generation request was made.public void setGenerationStatus(String generationStatus)
The status of the generation request.
generationStatus
- The status of the generation request.GenerationStatus
public String getGenerationStatus()
The status of the generation request.
GenerationStatus
public StartBotResourceGenerationResult withGenerationStatus(String generationStatus)
The status of the generation request.
generationStatus
- The status of the generation request.GenerationStatus
public StartBotResourceGenerationResult withGenerationStatus(GenerationStatus generationStatus)
The status of the generation request.
generationStatus
- The status of the generation request.GenerationStatus
public void setCreationDateTime(Date creationDateTime)
The date and time at which the generation request was made.
creationDateTime
- The date and time at which the generation request was made.public Date getCreationDateTime()
The date and time at which the generation request was made.
public StartBotResourceGenerationResult withCreationDateTime(Date creationDateTime)
The date and time at which the generation request was made.
creationDateTime
- The date and time at which the generation request was made.public String toString()
toString
in class Object
Object.toString()
public StartBotResourceGenerationResult clone()