@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAgentStatusRequest extends ConnectRequest implements ToCopyableBuilder<UpdateAgentStatusRequest.Builder,UpdateAgentStatusRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAgentStatusRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
agentStatusId()
The identifier of the agent status.
|
static UpdateAgentStatusRequest.Builder |
builder() |
String |
description()
The description of the agent status.
|
Integer |
displayOrder()
The display order of the agent status.
|
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 |
name()
The name of the agent status.
|
Boolean |
resetOrderNumber()
A number indicating the reset order of the agent status.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAgentStatusRequest.Builder> |
serializableBuilderClass() |
AgentStatusState |
state()
The state of the agent status.
|
String |
stateAsString()
The state of the agent status.
|
UpdateAgentStatusRequest.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 instanceId in the ARN of the instance.
public final String agentStatusId()
The identifier of the agent status.
public final String name()
The name of the agent status.
public final String description()
The description of the agent status.
public final AgentStatusState state()
The state of the agent status.
If the service returns an enum value that is not available in the current SDK version, state will return
AgentStatusState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AgentStatusStatepublic final String stateAsString()
The state of the agent status.
If the service returns an enum value that is not available in the current SDK version, state will return
AgentStatusState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AgentStatusStatepublic final Integer displayOrder()
The display order of the agent status.
public final Boolean resetOrderNumber()
A number indicating the reset order of the agent status.
public UpdateAgentStatusRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAgentStatusRequest.Builder,UpdateAgentStatusRequest>toBuilder in class ConnectRequestpublic static UpdateAgentStatusRequest.Builder builder()
public static Class<? extends UpdateAgentStatusRequest.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.