@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEventsConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetEventsConfigurationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetEventsConfigurationRequest | 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. | 
| int | hashCode() | 
| void | setAccountId(String accountId)
 The Amazon Chime account ID. | 
| void | setBotId(String botId)
 The bot ID. | 
| String | toString()Returns a string representation of this object. | 
| GetEventsConfigurationRequest | withAccountId(String accountId)
 The Amazon Chime account ID. | 
| GetEventsConfigurationRequest | withBotId(String botId)
 The bot ID. | 
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, withSdkRequestTimeoutpublic void setAccountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.public String getAccountId()
The Amazon Chime account ID.
public GetEventsConfigurationRequest 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 GetEventsConfigurationRequest withBotId(String botId)
The bot ID.
botId - The bot ID.public String toString()
toString in class ObjectObject.toString()public GetEventsConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()