@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateBotRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateBotRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Chime account ID.
|
String |
getBotId()
The bot ID.
|
Boolean |
getDisabled()
When true, stops the specified bot from running in your account.
|
int |
hashCode() |
Boolean |
isDisabled()
When true, stops the specified bot from running in your account.
|
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setBotId(String botId)
The bot ID.
|
void |
setDisabled(Boolean disabled)
When true, stops the specified bot from running in your account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBotRequest |
withAccountId(String accountId)
The Amazon Chime account ID.
|
UpdateBotRequest |
withBotId(String botId)
The bot ID.
|
UpdateBotRequest |
withDisabled(Boolean disabled)
When true, stops the specified bot from running in your account.
|
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 setAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public String getAccountId()
The Amazon Chime account ID.
public UpdateBotRequest withAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public void setBotId(String botId)
The bot ID.
botId
- The bot ID.public String getBotId()
The bot ID.
public UpdateBotRequest withBotId(String botId)
The bot ID.
botId
- The bot ID.public void setDisabled(Boolean disabled)
When true, stops the specified bot from running in your account.
disabled
- When true, stops the specified bot from running in your account.public Boolean getDisabled()
When true, stops the specified bot from running in your account.
public UpdateBotRequest withDisabled(Boolean disabled)
When true, stops the specified bot from running in your account.
disabled
- When true, stops the specified bot from running in your account.public Boolean isDisabled()
When true, stops the specified bot from running in your account.
public String toString()
toString
in class Object
Object.toString()
public UpdateBotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.