@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteUtterancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteUtterancesRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteUtterancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotName()
The name of the bot that stored the utterances.
|
String |
getUserId()
The unique identifier for the user that made the utterances.
|
int |
hashCode() |
void |
setBotName(String botName)
The name of the bot that stored the utterances.
|
void |
setUserId(String userId)
The unique identifier for the user that made the utterances.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteUtterancesRequest |
withBotName(String botName)
The name of the bot that stored the utterances.
|
DeleteUtterancesRequest |
withUserId(String userId)
The unique identifier for the user that made the utterances.
|
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 setBotName(String botName)
The name of the bot that stored the utterances.
botName
- The name of the bot that stored the utterances.public String getBotName()
The name of the bot that stored the utterances.
public DeleteUtterancesRequest withBotName(String botName)
The name of the bot that stored the utterances.
botName
- The name of the bot that stored the utterances.public void setUserId(String userId)
The unique identifier for the user that made the utterances. This is the user ID that was sent in the PostContent or PostText operation request that contained the utterance.
userId
- The unique identifier for the user that made the utterances. This is the user ID that was sent in the PostContent or PostText operation request
that contained the utterance.public String getUserId()
The unique identifier for the user that made the utterances. This is the user ID that was sent in the PostContent or PostText operation request that contained the utterance.
public DeleteUtterancesRequest withUserId(String userId)
The unique identifier for the user that made the utterances. This is the user ID that was sent in the PostContent or PostText operation request that contained the utterance.
userId
- The unique identifier for the user that made the utterances. This is the user ID that was sent in the PostContent or PostText operation request
that contained the utterance.public String toString()
toString
in class Object
Object.toString()
public DeleteUtterancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.