@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateQuickConnectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateQuickConnectRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateQuickConnectRequest | addTagsEntry(String key,
            String value)Add a single Tags entry | 
| CreateQuickConnectRequest | clearTagsEntries()Removes all the entries added into Tags. | 
| CreateQuickConnectRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDescription()
 The description of the quick connect. | 
| String | getInstanceId()
 The identifier of the Amazon Connect instance. | 
| String | getName()
 The name of the quick connect. | 
| QuickConnectConfig | getQuickConnectConfig()
 Configuration settings for the quick connect. | 
| Map<String,String> | getTags()
 One or more tags. | 
| int | hashCode() | 
| void | setDescription(String description)
 The description of the quick connect. | 
| void | setInstanceId(String instanceId)
 The identifier of the Amazon Connect instance. | 
| void | setName(String name)
 The name of the quick connect. | 
| void | setQuickConnectConfig(QuickConnectConfig quickConnectConfig)
 Configuration settings for the quick connect. | 
| void | setTags(Map<String,String> tags)
 One or more tags. | 
| String | toString()Returns a string representation of this object. | 
| CreateQuickConnectRequest | withDescription(String description)
 The description of the quick connect. | 
| CreateQuickConnectRequest | withInstanceId(String instanceId)
 The identifier of the Amazon Connect instance. | 
| CreateQuickConnectRequest | withName(String name)
 The name of the quick connect. | 
| CreateQuickConnectRequest | withQuickConnectConfig(QuickConnectConfig quickConnectConfig)
 Configuration settings for the quick connect. | 
| CreateQuickConnectRequest | withTags(Map<String,String> tags)
 One or more tags. | 
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 setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.public String getInstanceId()
The identifier of the Amazon Connect instance.
public CreateQuickConnectRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.public void setName(String name)
The name of the quick connect.
name - The name of the quick connect.public String getName()
The name of the quick connect.
public CreateQuickConnectRequest withName(String name)
The name of the quick connect.
name - The name of the quick connect.public void setDescription(String description)
The description of the quick connect.
description - The description of the quick connect.public String getDescription()
The description of the quick connect.
public CreateQuickConnectRequest withDescription(String description)
The description of the quick connect.
description - The description of the quick connect.public void setQuickConnectConfig(QuickConnectConfig quickConnectConfig)
Configuration settings for the quick connect.
quickConnectConfig - Configuration settings for the quick connect.public QuickConnectConfig getQuickConnectConfig()
Configuration settings for the quick connect.
public CreateQuickConnectRequest withQuickConnectConfig(QuickConnectConfig quickConnectConfig)
Configuration settings for the quick connect.
quickConnectConfig - Configuration settings for the quick connect.public void setTags(Map<String,String> tags)
One or more tags.
tags - One or more tags.public CreateQuickConnectRequest withTags(Map<String,String> tags)
One or more tags.
tags - One or more tags.public CreateQuickConnectRequest addTagsEntry(String key, String value)
public CreateQuickConnectRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateQuickConnectRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()