@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQuickConnectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListQuickConnectsRequest() |
Modifier and Type | Method and Description |
---|---|
ListQuickConnectsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
Integer |
getMaxResults()
The maximum number of results to return per page.
|
String |
getNextToken()
The token for the next set of results.
|
List<String> |
getQuickConnectTypes()
The type of quick connect.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setQuickConnectTypes(Collection<String> quickConnectTypes)
The type of quick connect.
|
String |
toString()
Returns a string representation of this object.
|
ListQuickConnectsRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListQuickConnectsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListQuickConnectsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListQuickConnectsRequest |
withQuickConnectTypes(Collection<String> quickConnectTypes)
The type of quick connect.
|
ListQuickConnectsRequest |
withQuickConnectTypes(QuickConnectType... quickConnectTypes)
The type of quick connect.
|
ListQuickConnectsRequest |
withQuickConnectTypes(String... quickConnectTypes)
The type of quick connect.
|
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.
instanceId
- The identifier of the Amazon Connect instance.public String getInstanceId()
The identifier of the Amazon Connect instance.
public ListQuickConnectsRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId
- The identifier of the Amazon Connect instance.public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListQuickConnectsRequest withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public Integer getMaxResults()
The maximum number of results to return per page.
public ListQuickConnectsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public List<String> getQuickConnectTypes()
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
QuickConnectType
public void setQuickConnectTypes(Collection<String> quickConnectTypes)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
quickConnectTypes
- The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are
prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).QuickConnectType
public ListQuickConnectsRequest withQuickConnectTypes(String... quickConnectTypes)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
NOTE: This method appends the values to the existing list (if any). Use
setQuickConnectTypes(java.util.Collection)
or withQuickConnectTypes(java.util.Collection)
if
you want to override the existing values.
quickConnectTypes
- The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are
prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).QuickConnectType
public ListQuickConnectsRequest withQuickConnectTypes(Collection<String> quickConnectTypes)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
quickConnectTypes
- The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are
prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).QuickConnectType
public ListQuickConnectsRequest withQuickConnectTypes(QuickConnectType... quickConnectTypes)
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
quickConnectTypes
- The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are
prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).QuickConnectType
public String toString()
toString
in class Object
Object.toString()
public ListQuickConnectsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()