@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSlotTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeSlotTypeRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSlotTypeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The identifier of the bot associated with the slot type.
|
String |
getBotVersion()
The version of the bot associated with the slot type.
|
String |
getLocaleId()
The identifier of the language and locale of the slot type to describe.
|
String |
getSlotTypeId()
The identifier of the slot type.
|
int |
hashCode() |
void |
setBotId(String botId)
The identifier of the bot associated with the slot type.
|
void |
setBotVersion(String botVersion)
The version of the bot associated with the slot type.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale of the slot type to describe.
|
void |
setSlotTypeId(String slotTypeId)
The identifier of the slot type.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSlotTypeRequest |
withBotId(String botId)
The identifier of the bot associated with the slot type.
|
DescribeSlotTypeRequest |
withBotVersion(String botVersion)
The version of the bot associated with the slot type.
|
DescribeSlotTypeRequest |
withLocaleId(String localeId)
The identifier of the language and locale of the slot type to describe.
|
DescribeSlotTypeRequest |
withSlotTypeId(String slotTypeId)
The identifier of the slot type.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSlotTypeId(String slotTypeId)
The identifier of the slot type.
slotTypeId
- The identifier of the slot type.public String getSlotTypeId()
The identifier of the slot type.
public DescribeSlotTypeRequest withSlotTypeId(String slotTypeId)
The identifier of the slot type.
slotTypeId
- The identifier of the slot type.public void setBotId(String botId)
The identifier of the bot associated with the slot type.
botId
- The identifier of the bot associated with the slot type.public String getBotId()
The identifier of the bot associated with the slot type.
public DescribeSlotTypeRequest withBotId(String botId)
The identifier of the bot associated with the slot type.
botId
- The identifier of the bot associated with the slot type.public void setBotVersion(String botVersion)
The version of the bot associated with the slot type.
botVersion
- The version of the bot associated with the slot type.public String getBotVersion()
The version of the bot associated with the slot type.
public DescribeSlotTypeRequest withBotVersion(String botVersion)
The version of the bot associated with the slot type.
botVersion
- The version of the bot associated with the slot type.public void setLocaleId(String localeId)
The identifier of the language and locale of the slot type to describe. The string must match one of the supported locales. For more information, see Supported languages.
localeId
- The identifier of the language and locale of the slot type to describe. The string must match one of the
supported locales. For more information, see Supported languages.public String getLocaleId()
The identifier of the language and locale of the slot type to describe. The string must match one of the supported locales. For more information, see Supported languages.
public DescribeSlotTypeRequest withLocaleId(String localeId)
The identifier of the language and locale of the slot type to describe. The string must match one of the supported locales. For more information, see Supported languages.
localeId
- The identifier of the language and locale of the slot type to describe. The string must match one of the
supported locales. For more information, see Supported languages.public String toString()
toString
in class Object
Object.toString()
public DescribeSlotTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()