@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAgentStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAgentStatusRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAgentStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAgentStatusId()
The identifier of the agent status.
|
String |
getDescription()
The description of the agent status.
|
Integer |
getDisplayOrder()
The display order of the agent status.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getName()
The name of the agent status.
|
Boolean |
getResetOrderNumber()
A number indicating the reset order of the agent status.
|
String |
getState()
The state of the agent status.
|
int |
hashCode() |
Boolean |
isResetOrderNumber()
A number indicating the reset order of the agent status.
|
void |
setAgentStatusId(String agentStatusId)
The identifier of the agent status.
|
void |
setDescription(String description)
The description of the agent status.
|
void |
setDisplayOrder(Integer displayOrder)
The display order of the agent status.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setName(String name)
The name of the agent status.
|
void |
setResetOrderNumber(Boolean resetOrderNumber)
A number indicating the reset order of the agent status.
|
void |
setState(String state)
The state of the agent status.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAgentStatusRequest |
withAgentStatusId(String agentStatusId)
The identifier of the agent status.
|
UpdateAgentStatusRequest |
withDescription(String description)
The description of the agent status.
|
UpdateAgentStatusRequest |
withDisplayOrder(Integer displayOrder)
The display order of the agent status.
|
UpdateAgentStatusRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateAgentStatusRequest |
withName(String name)
The name of the agent status.
|
UpdateAgentStatusRequest |
withResetOrderNumber(Boolean resetOrderNumber)
A number indicating the reset order of the agent status.
|
UpdateAgentStatusRequest |
withState(AgentStatusState state)
The state of the agent status.
|
UpdateAgentStatusRequest |
withState(String state)
The state of the agent status.
|
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. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public UpdateAgentStatusRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public void setAgentStatusId(String agentStatusId)
The identifier of the agent status.
agentStatusId
- The identifier of the agent status.public String getAgentStatusId()
The identifier of the agent status.
public UpdateAgentStatusRequest withAgentStatusId(String agentStatusId)
The identifier of the agent status.
agentStatusId
- The identifier of the agent status.public void setName(String name)
The name of the agent status.
name
- The name of the agent status.public String getName()
The name of the agent status.
public UpdateAgentStatusRequest withName(String name)
The name of the agent status.
name
- The name of the agent status.public void setDescription(String description)
The description of the agent status.
description
- The description of the agent status.public String getDescription()
The description of the agent status.
public UpdateAgentStatusRequest withDescription(String description)
The description of the agent status.
description
- The description of the agent status.public void setState(String state)
The state of the agent status.
state
- The state of the agent status.AgentStatusState
public String getState()
The state of the agent status.
AgentStatusState
public UpdateAgentStatusRequest withState(String state)
The state of the agent status.
state
- The state of the agent status.AgentStatusState
public UpdateAgentStatusRequest withState(AgentStatusState state)
The state of the agent status.
state
- The state of the agent status.AgentStatusState
public void setDisplayOrder(Integer displayOrder)
The display order of the agent status.
displayOrder
- The display order of the agent status.public Integer getDisplayOrder()
The display order of the agent status.
public UpdateAgentStatusRequest withDisplayOrder(Integer displayOrder)
The display order of the agent status.
displayOrder
- The display order of the agent status.public void setResetOrderNumber(Boolean resetOrderNumber)
A number indicating the reset order of the agent status.
resetOrderNumber
- A number indicating the reset order of the agent status.public Boolean getResetOrderNumber()
A number indicating the reset order of the agent status.
public UpdateAgentStatusRequest withResetOrderNumber(Boolean resetOrderNumber)
A number indicating the reset order of the agent status.
resetOrderNumber
- A number indicating the reset order of the agent status.public Boolean isResetOrderNumber()
A number indicating the reset order of the agent status.
public String toString()
toString
in class Object
Object.toString()
public UpdateAgentStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()