@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSlotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeSlotRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSlotRequest |
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.
|
String |
getBotVersion()
The version of the bot associated with the slot.
|
String |
getIntentId()
The identifier of the intent that contains the slot.
|
String |
getLocaleId()
The identifier of the language and locale of the slot to describe.
|
String |
getSlotId()
The unique identifier for the slot.
|
int |
hashCode() |
void |
setBotId(String botId)
The identifier of the bot associated with the slot.
|
void |
setBotVersion(String botVersion)
The version of the bot associated with the slot.
|
void |
setIntentId(String intentId)
The identifier of the intent that contains the slot.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale of the slot to describe.
|
void |
setSlotId(String slotId)
The unique identifier for the slot.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSlotRequest |
withBotId(String botId)
The identifier of the bot associated with the slot.
|
DescribeSlotRequest |
withBotVersion(String botVersion)
The version of the bot associated with the slot.
|
DescribeSlotRequest |
withIntentId(String intentId)
The identifier of the intent that contains the slot.
|
DescribeSlotRequest |
withLocaleId(String localeId)
The identifier of the language and locale of the slot to describe.
|
DescribeSlotRequest |
withSlotId(String slotId)
The unique identifier for the slot.
|
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 setSlotId(String slotId)
The unique identifier for the slot.
slotId
- The unique identifier for the slot.public String getSlotId()
The unique identifier for the slot.
public DescribeSlotRequest withSlotId(String slotId)
The unique identifier for the slot.
slotId
- The unique identifier for the slot.public void setBotId(String botId)
The identifier of the bot associated with the slot.
botId
- The identifier of the bot associated with the slot.public String getBotId()
The identifier of the bot associated with the slot.
public DescribeSlotRequest withBotId(String botId)
The identifier of the bot associated with the slot.
botId
- The identifier of the bot associated with the slot.public void setBotVersion(String botVersion)
The version of the bot associated with the slot.
botVersion
- The version of the bot associated with the slot.public String getBotVersion()
The version of the bot associated with the slot.
public DescribeSlotRequest withBotVersion(String botVersion)
The version of the bot associated with the slot.
botVersion
- The version of the bot associated with the slot.public void setLocaleId(String localeId)
The identifier of the language and locale of the slot 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 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 to describe. The string must match one of the supported locales. For more information, see Supported languages.
public DescribeSlotRequest withLocaleId(String localeId)
The identifier of the language and locale of the slot 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 to describe. The string must match one of the
supported locales. For more information, see Supported languages.public void setIntentId(String intentId)
The identifier of the intent that contains the slot.
intentId
- The identifier of the intent that contains the slot.public String getIntentId()
The identifier of the intent that contains the slot.
public DescribeSlotRequest withIntentId(String intentId)
The identifier of the intent that contains the slot.
intentId
- The identifier of the intent that contains the slot.public String toString()
toString
in class Object
Object.toString()
public DescribeSlotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()