@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateBotRequest() |
Modifier and Type | Method and Description |
---|---|
CreateBotRequest |
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 |
getDisplayName()
The bot display name.
|
String |
getDomain()
The domain of the Amazon Chime Enterprise account.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setDisplayName(String displayName)
The bot display name.
|
void |
setDomain(String domain)
The domain of the Amazon Chime Enterprise account.
|
String |
toString()
Returns a string representation of this object.
|
CreateBotRequest |
withAccountId(String accountId)
The Amazon Chime account ID.
|
CreateBotRequest |
withDisplayName(String displayName)
The bot display name.
|
CreateBotRequest |
withDomain(String domain)
The domain of the Amazon Chime Enterprise 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 CreateBotRequest withAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public void setDisplayName(String displayName)
The bot display name.
displayName
- The bot display name.public String getDisplayName()
The bot display name.
public CreateBotRequest withDisplayName(String displayName)
The bot display name.
displayName
- The bot display name.public void setDomain(String domain)
The domain of the Amazon Chime Enterprise account.
domain
- The domain of the Amazon Chime Enterprise account.public String getDomain()
The domain of the Amazon Chime Enterprise account.
public CreateBotRequest withDomain(String domain)
The domain of the Amazon Chime Enterprise account.
domain
- The domain of the Amazon Chime Enterprise account.public String toString()
toString
in class Object
Object.toString()
public CreateBotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.