@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRoutingProfileQueuesRequest extends ConnectRequest implements ToCopyableBuilder<UpdateRoutingProfileQueuesRequest.Builder,UpdateRoutingProfileQueuesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRoutingProfileQueuesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRoutingProfileQueuesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasQueueConfigs()
Returns true if the QueueConfigs property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
String |
instanceId()
The identifier of the Amazon Connect instance.
|
List<RoutingProfileQueueConfig> |
queueConfigs()
The queues to be updated for this routing profile.
|
String |
routingProfileId()
The identifier of the routing profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateRoutingProfileQueuesRequest.Builder> |
serializableBuilderClass() |
UpdateRoutingProfileQueuesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String instanceId()
The identifier of the Amazon Connect instance.
public String routingProfileId()
The identifier of the routing profile.
public boolean hasQueueConfigs()
public List<RoutingProfileQueueConfig> queueConfigs()
The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasQueueConfigs() to see if a value was sent in this field.
public UpdateRoutingProfileQueuesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRoutingProfileQueuesRequest.Builder,UpdateRoutingProfileQueuesRequest>toBuilder in class ConnectRequestpublic static UpdateRoutingProfileQueuesRequest.Builder builder()
public static Class<? extends UpdateRoutingProfileQueuesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.