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