@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRoutingProfileAgentAvailabilityTimerRequest extends ConnectRequest implements ToCopyableBuilder<UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder,UpdateRoutingProfileAgentAvailabilityTimerRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AgentAvailabilityTimer |
agentAvailabilityTimer()
Whether agents with this routing profile will have their routing order calculated based on time since their
last inbound contact or longest idle time.
|
String |
agentAvailabilityTimerAsString()
Whether agents with this routing profile will have their routing order calculated based on time since their
last inbound contact or longest idle time.
|
static UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The identifier of the Amazon Connect instance.
|
String |
routingProfileId()
The identifier of the routing profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder> |
serializableBuilderClass() |
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public final String routingProfileId()
The identifier of the routing profile.
public final AgentAvailabilityTimer agentAvailabilityTimer()
Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
If the service returns an enum value that is not available in the current SDK version,
agentAvailabilityTimer will return AgentAvailabilityTimer.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from agentAvailabilityTimerAsString().
AgentAvailabilityTimerpublic final String agentAvailabilityTimerAsString()
Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
If the service returns an enum value that is not available in the current SDK version,
agentAvailabilityTimer will return AgentAvailabilityTimer.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from agentAvailabilityTimerAsString().
AgentAvailabilityTimerpublic UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder,UpdateRoutingProfileAgentAvailabilityTimerRequest>toBuilder in class ConnectRequestpublic static UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder builder()
public static Class<? extends UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.