@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateQueueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateQueueRequest() |
Modifier and Type | Method and Description |
---|---|
CreateQueueRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateQueueRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateQueueRequest |
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 queue.
|
String |
getHoursOfOperationId()
The identifier for the hours of operation.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
Integer |
getMaxContacts()
The maximum number of contacts that can be in the queue before it is considered full.
|
String |
getName()
The name of the queue.
|
OutboundCallerConfig |
getOutboundCallerConfig()
The outbound caller ID name, number, and outbound whisper flow.
|
List<String> |
getQuickConnectIds()
The quick connects available to agents who are working the queue.
|
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 queue.
|
void |
setHoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setMaxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.
|
void |
setName(String name)
The name of the queue.
|
void |
setOutboundCallerConfig(OutboundCallerConfig outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
void |
setQuickConnectIds(Collection<String> quickConnectIds)
The quick connects available to agents who are working the queue.
|
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.
|
CreateQueueRequest |
withDescription(String description)
The description of the queue.
|
CreateQueueRequest |
withHoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
|
CreateQueueRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateQueueRequest |
withMaxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.
|
CreateQueueRequest |
withName(String name)
The name of the queue.
|
CreateQueueRequest |
withOutboundCallerConfig(OutboundCallerConfig outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
CreateQueueRequest |
withQuickConnectIds(Collection<String> quickConnectIds)
The quick connects available to agents who are working the queue.
|
CreateQueueRequest |
withQuickConnectIds(String... quickConnectIds)
The quick connects available to agents who are working the queue.
|
CreateQueueRequest |
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 CreateQueueRequest 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)
The name of the queue.
name
- The name of the queue.public String getName()
The name of the queue.
public CreateQueueRequest withName(String name)
The name of the queue.
name
- The name of the queue.public void setDescription(String description)
The description of the queue.
description
- The description of the queue.public String getDescription()
The description of the queue.
public CreateQueueRequest withDescription(String description)
The description of the queue.
description
- The description of the queue.public void setOutboundCallerConfig(OutboundCallerConfig outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
outboundCallerConfig
- The outbound caller ID name, number, and outbound whisper flow.public OutboundCallerConfig getOutboundCallerConfig()
The outbound caller ID name, number, and outbound whisper flow.
public CreateQueueRequest withOutboundCallerConfig(OutboundCallerConfig outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
outboundCallerConfig
- The outbound caller ID name, number, and outbound whisper flow.public void setHoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
hoursOfOperationId
- The identifier for the hours of operation.public String getHoursOfOperationId()
The identifier for the hours of operation.
public CreateQueueRequest withHoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
hoursOfOperationId
- The identifier for the hours of operation.public void setMaxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.
maxContacts
- The maximum number of contacts that can be in the queue before it is considered full.public Integer getMaxContacts()
The maximum number of contacts that can be in the queue before it is considered full.
public CreateQueueRequest withMaxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.
maxContacts
- The maximum number of contacts that can be in the queue before it is considered full.public List<String> getQuickConnectIds()
The quick connects available to agents who are working the queue.
public void setQuickConnectIds(Collection<String> quickConnectIds)
The quick connects available to agents who are working the queue.
quickConnectIds
- The quick connects available to agents who are working the queue.public CreateQueueRequest withQuickConnectIds(String... quickConnectIds)
The quick connects available to agents who are working the queue.
NOTE: This method appends the values to the existing list (if any). Use
setQuickConnectIds(java.util.Collection)
or withQuickConnectIds(java.util.Collection)
if you
want to override the existing values.
quickConnectIds
- The quick connects available to agents who are working the queue.public CreateQueueRequest withQuickConnectIds(Collection<String> quickConnectIds)
The quick connects available to agents who are working the queue.
quickConnectIds
- The quick connects available to agents who are working the queue.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 CreateQueueRequest 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 CreateQueueRequest addTagsEntry(String key, String value)
public CreateQueueRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateQueueRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()