@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBotAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeBotAliasRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeBotAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotAliasId()
The identifier of the bot alias to describe.
|
String |
getBotId()
The identifier of the bot associated with the bot alias to describe.
|
int |
hashCode() |
void |
setBotAliasId(String botAliasId)
The identifier of the bot alias to describe.
|
void |
setBotId(String botId)
The identifier of the bot associated with the bot alias to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBotAliasRequest |
withBotAliasId(String botAliasId)
The identifier of the bot alias to describe.
|
DescribeBotAliasRequest |
withBotId(String botId)
The identifier of the bot associated with the bot alias to describe.
|
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 setBotAliasId(String botAliasId)
The identifier of the bot alias to describe.
botAliasId
- The identifier of the bot alias to describe.public String getBotAliasId()
The identifier of the bot alias to describe.
public DescribeBotAliasRequest withBotAliasId(String botAliasId)
The identifier of the bot alias to describe.
botAliasId
- The identifier of the bot alias to describe.public void setBotId(String botId)
The identifier of the bot associated with the bot alias to describe.
botId
- The identifier of the bot associated with the bot alias to describe.public String getBotId()
The identifier of the bot associated with the bot alias to describe.
public DescribeBotAliasRequest withBotId(String botId)
The identifier of the bot associated with the bot alias to describe.
botId
- The identifier of the bot associated with the bot alias to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeBotAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()