@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BotLocaleSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about bot locales returned by the ListBotLocales operation.
| Constructor and Description |
|---|
BotLocaleSummary() |
| Modifier and Type | Method and Description |
|---|---|
BotLocaleSummary |
clone() |
boolean |
equals(Object obj) |
String |
getBotLocaleStatus()
The current status of the bot locale.
|
String |
getDescription()
The description of the bot locale.
|
Date |
getLastBuildSubmittedDateTime()
A timestamp of the date and time that the bot locale was last built.
|
Date |
getLastUpdatedDateTime()
A timestamp of the date and time that the bot locale was last updated.
|
String |
getLocaleId()
The language and locale of the bot locale.
|
String |
getLocaleName()
The name of the bot locale.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBotLocaleStatus(String botLocaleStatus)
The current status of the bot locale.
|
void |
setDescription(String description)
The description of the bot locale.
|
void |
setLastBuildSubmittedDateTime(Date lastBuildSubmittedDateTime)
A timestamp of the date and time that the bot locale was last built.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot locale was last updated.
|
void |
setLocaleId(String localeId)
The language and locale of the bot locale.
|
void |
setLocaleName(String localeName)
The name of the bot locale.
|
String |
toString()
Returns a string representation of this object.
|
BotLocaleSummary |
withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The current status of the bot locale.
|
BotLocaleSummary |
withBotLocaleStatus(String botLocaleStatus)
The current status of the bot locale.
|
BotLocaleSummary |
withDescription(String description)
The description of the bot locale.
|
BotLocaleSummary |
withLastBuildSubmittedDateTime(Date lastBuildSubmittedDateTime)
A timestamp of the date and time that the bot locale was last built.
|
BotLocaleSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot locale was last updated.
|
BotLocaleSummary |
withLocaleId(String localeId)
The language and locale of the bot locale.
|
BotLocaleSummary |
withLocaleName(String localeName)
The name of the bot locale.
|
public void setLocaleId(String localeId)
The language and locale of the bot locale.
localeId - The language and locale of the bot locale.public String getLocaleId()
The language and locale of the bot locale.
public BotLocaleSummary withLocaleId(String localeId)
The language and locale of the bot locale.
localeId - The language and locale of the bot locale.public void setLocaleName(String localeName)
The name of the bot locale.
localeName - The name of the bot locale.public String getLocaleName()
The name of the bot locale.
public BotLocaleSummary withLocaleName(String localeName)
The name of the bot locale.
localeName - The name of the bot locale.public void setDescription(String description)
The description of the bot locale.
description - The description of the bot locale.public String getDescription()
The description of the bot locale.
public BotLocaleSummary withDescription(String description)
The description of the bot locale.
description - The description of the bot locale.public void setBotLocaleStatus(String botLocaleStatus)
The current status of the bot locale. When the status is Built the locale is ready for use.
botLocaleStatus - The current status of the bot locale. When the status is Built the locale is ready for use.BotLocaleStatuspublic String getBotLocaleStatus()
The current status of the bot locale. When the status is Built the locale is ready for use.
Built the locale is ready for use.BotLocaleStatuspublic BotLocaleSummary withBotLocaleStatus(String botLocaleStatus)
The current status of the bot locale. When the status is Built the locale is ready for use.
botLocaleStatus - The current status of the bot locale. When the status is Built the locale is ready for use.BotLocaleStatuspublic BotLocaleSummary withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The current status of the bot locale. When the status is Built the locale is ready for use.
botLocaleStatus - The current status of the bot locale. When the status is Built the locale is ready for use.BotLocaleStatuspublic void setLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot locale was last updated.
lastUpdatedDateTime - A timestamp of the date and time that the bot locale was last updated.public Date getLastUpdatedDateTime()
A timestamp of the date and time that the bot locale was last updated.
public BotLocaleSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot locale was last updated.
lastUpdatedDateTime - A timestamp of the date and time that the bot locale was last updated.public void setLastBuildSubmittedDateTime(Date lastBuildSubmittedDateTime)
A timestamp of the date and time that the bot locale was last built.
lastBuildSubmittedDateTime - A timestamp of the date and time that the bot locale was last built.public Date getLastBuildSubmittedDateTime()
A timestamp of the date and time that the bot locale was last built.
public BotLocaleSummary withLastBuildSubmittedDateTime(Date lastBuildSubmittedDateTime)
A timestamp of the date and time that the bot locale was last built.
lastBuildSubmittedDateTime - A timestamp of the date and time that the bot locale was last built.public String toString()
toString in class ObjectObject.toString()public BotLocaleSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.