@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBotResourceGenerationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeBotResourceGenerationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeBotResourceGenerationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot for which to return the generation details.
|
String |
getBotVersion()
The version of the bot for which to return the generation details.
|
String |
getGenerationId()
The unique identifier of the generation request for which to return the generation details.
|
String |
getLocaleId()
The locale of the bot for which to return the generation details.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot for which to return the generation details.
|
void |
setBotVersion(String botVersion)
The version of the bot for which to return the generation details.
|
void |
setGenerationId(String generationId)
The unique identifier of the generation request for which to return the generation details.
|
void |
setLocaleId(String localeId)
The locale of the bot for which to return the generation details.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBotResourceGenerationRequest |
withBotId(String botId)
The unique identifier of the bot for which to return the generation details.
|
DescribeBotResourceGenerationRequest |
withBotVersion(String botVersion)
The version of the bot for which to return the generation details.
|
DescribeBotResourceGenerationRequest |
withGenerationId(String generationId)
The unique identifier of the generation request for which to return the generation details.
|
DescribeBotResourceGenerationRequest |
withLocaleId(String localeId)
The locale of the bot for which to return the generation details.
|
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 DescribeBotResourceGenerationRequest()
public void setBotId(String botId)
The unique identifier of the bot for which to return the generation details.
botId
- The unique identifier of the bot for which to return the generation details.public String getBotId()
The unique identifier of the bot for which to return the generation details.
public DescribeBotResourceGenerationRequest withBotId(String botId)
The unique identifier of the bot for which to return the generation details.
botId
- The unique identifier of the bot for which to return the generation details.public void setBotVersion(String botVersion)
The version of the bot for which to return the generation details.
botVersion
- The version of the bot for which to return the generation details.public String getBotVersion()
The version of the bot for which to return the generation details.
public DescribeBotResourceGenerationRequest withBotVersion(String botVersion)
The version of the bot for which to return the generation details.
botVersion
- The version of the bot for which to return the generation details.public void setLocaleId(String localeId)
The locale of the bot for which to return the generation details.
localeId
- The locale of the bot for which to return the generation details.public String getLocaleId()
The locale of the bot for which to return the generation details.
public DescribeBotResourceGenerationRequest withLocaleId(String localeId)
The locale of the bot for which to return the generation details.
localeId
- The locale of the bot for which to return the generation details.public void setGenerationId(String generationId)
The unique identifier of the generation request for which to return the generation details.
generationId
- The unique identifier of the generation request for which to return the generation details.public String getGenerationId()
The unique identifier of the generation request for which to return the generation details.
public DescribeBotResourceGenerationRequest withGenerationId(String generationId)
The unique identifier of the generation request for which to return the generation details.
generationId
- The unique identifier of the generation request for which to return the generation details.public String toString()
toString
in class Object
Object.toString()
public DescribeBotResourceGenerationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()