@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()
A unique name of the quick connect.
|
QuickConnectConfig |
getQuickConnectConfig()
Configuration settings for the quick connect.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
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)
A unique name of the quick connect.
|
void |
setQuickConnectConfig(QuickConnectConfig quickConnectConfig)
Configuration settings for the quick connect.
|
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
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)
A unique name of the quick connect.
|
CreateQuickConnectRequest |
withQuickConnectConfig(QuickConnectConfig quickConnectConfig)
Configuration settings for the quick connect.
|
CreateQuickConnectRequest |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
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 setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public CreateQuickConnectRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public void setName(String name)
A unique name of the quick connect.
name
- A unique name of the quick connect.public String getName()
A unique name of the quick connect.
public CreateQuickConnectRequest withName(String name)
A unique name of the quick connect.
name
- A unique 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 Map<String,String> getTags()
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
tags
- The tags used to organize, track, or control access for this resource. For example, { "Tags":
{"key1":"value1", "key2":"value2"} }.public CreateQuickConnectRequest withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
tags
- The tags used to organize, track, or control access for this resource. For example, { "Tags":
{"key1":"value1", "key2":"value2"} }.public CreateQuickConnectRequest addTagsEntry(String key, String value)
public CreateQuickConnectRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateQuickConnectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()