@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRoutingProfileDefaultOutboundQueueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateRoutingProfileDefaultOutboundQueueRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateRoutingProfileDefaultOutboundQueueRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDefaultOutboundQueueId()
 The identifier for the default outbound queue. | 
| String | getInstanceId()
 The identifier of the Amazon Connect instance. | 
| String | getRoutingProfileId()
 The identifier of the routing profile. | 
| int | hashCode() | 
| void | setDefaultOutboundQueueId(String defaultOutboundQueueId)
 The identifier for the default outbound queue. | 
| void | setInstanceId(String instanceId)
 The identifier of the Amazon Connect instance. | 
| void | setRoutingProfileId(String routingProfileId)
 The identifier of the routing profile. | 
| String | toString()Returns a string representation of this object. | 
| UpdateRoutingProfileDefaultOutboundQueueRequest | withDefaultOutboundQueueId(String defaultOutboundQueueId)
 The identifier for the default outbound queue. | 
| UpdateRoutingProfileDefaultOutboundQueueRequest | withInstanceId(String instanceId)
 The identifier of the Amazon Connect instance. | 
| UpdateRoutingProfileDefaultOutboundQueueRequest | withRoutingProfileId(String routingProfileId)
 The identifier of the routing profile. | 
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 UpdateRoutingProfileDefaultOutboundQueueRequest()
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 UpdateRoutingProfileDefaultOutboundQueueRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.public void setRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId - The identifier of the routing profile.public String getRoutingProfileId()
The identifier of the routing profile.
public UpdateRoutingProfileDefaultOutboundQueueRequest withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId - The identifier of the routing profile.public void setDefaultOutboundQueueId(String defaultOutboundQueueId)
The identifier for the default outbound queue.
defaultOutboundQueueId - The identifier for the default outbound queue.public String getDefaultOutboundQueueId()
The identifier for the default outbound queue.
public UpdateRoutingProfileDefaultOutboundQueueRequest withDefaultOutboundQueueId(String defaultOutboundQueueId)
The identifier for the default outbound queue.
defaultOutboundQueueId - The identifier for the default outbound queue.public String toString()
toString in class ObjectObject.toString()public UpdateRoutingProfileDefaultOutboundQueueRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()