@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteChatControlsConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteChatControlsConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteChatControlsConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The identifier of the application the chat controls have been configured for.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The identifier of the application the chat controls have been configured for.
|
String |
toString()
Returns a string representation of this object.
|
DeleteChatControlsConfigurationRequest |
withApplicationId(String applicationId)
The identifier of the application the chat controls have been configured for.
|
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 DeleteChatControlsConfigurationRequest()
public void setApplicationId(String applicationId)
The identifier of the application the chat controls have been configured for.
applicationId
- The identifier of the application the chat controls have been configured for.public String getApplicationId()
The identifier of the application the chat controls have been configured for.
public DeleteChatControlsConfigurationRequest withApplicationId(String applicationId)
The identifier of the application the chat controls have been configured for.
applicationId
- The identifier of the application the chat controls have been configured for.public String toString()
toString
in class Object
Object.toString()
public DeleteChatControlsConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()