@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAgentAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Update Agent Alias Request
NOOP
Constructor and Description |
---|
UpdateAgentAliasRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAgentAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAgentAliasId()
Id generated at the server side when an Agent Alias is created
|
String |
getAgentAliasName() |
String |
getAgentId()
Id generated at the server side when an Agent is created
|
String |
getDescription() |
List<AgentAliasRoutingConfigurationListItem> |
getRoutingConfiguration() |
int |
hashCode() |
void |
setAgentAliasId(String agentAliasId)
Id generated at the server side when an Agent Alias is created
|
void |
setAgentAliasName(String agentAliasName) |
void |
setAgentId(String agentId)
Id generated at the server side when an Agent is created
|
void |
setDescription(String description) |
void |
setRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) |
String |
toString()
Returns a string representation of this object.
|
UpdateAgentAliasRequest |
withAgentAliasId(String agentAliasId)
Id generated at the server side when an Agent Alias is created
|
UpdateAgentAliasRequest |
withAgentAliasName(String agentAliasName) |
UpdateAgentAliasRequest |
withAgentId(String agentId)
Id generated at the server side when an Agent is created
|
UpdateAgentAliasRequest |
withDescription(String description) |
UpdateAgentAliasRequest |
withRoutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
NOTE: This method appends the values to the existing list (if any).
|
UpdateAgentAliasRequest |
withRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) |
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 setAgentId(String agentId)
Id generated at the server side when an Agent is created
agentId
- Id generated at the server side when an Agent is createdpublic String getAgentId()
Id generated at the server side when an Agent is created
public UpdateAgentAliasRequest withAgentId(String agentId)
Id generated at the server side when an Agent is created
agentId
- Id generated at the server side when an Agent is createdpublic void setAgentAliasId(String agentAliasId)
Id generated at the server side when an Agent Alias is created
agentAliasId
- Id generated at the server side when an Agent Alias is createdpublic String getAgentAliasId()
Id generated at the server side when an Agent Alias is created
public UpdateAgentAliasRequest withAgentAliasId(String agentAliasId)
Id generated at the server side when an Agent Alias is created
agentAliasId
- Id generated at the server side when an Agent Alias is createdpublic void setAgentAliasName(String agentAliasName)
agentAliasName
- public String getAgentAliasName()
public UpdateAgentAliasRequest withAgentAliasName(String agentAliasName)
agentAliasName
- public void setDescription(String description)
description
- public String getDescription()
public UpdateAgentAliasRequest withDescription(String description)
description
- public List<AgentAliasRoutingConfigurationListItem> getRoutingConfiguration()
public void setRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
routingConfiguration
- public UpdateAgentAliasRequest withRoutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
NOTE: This method appends the values to the existing list (if any). Use
setRoutingConfiguration(java.util.Collection)
or withRoutingConfiguration(java.util.Collection)
if you want to override the existing values.
routingConfiguration
- public UpdateAgentAliasRequest withRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
routingConfiguration
- public String toString()
toString
in class Object
Object.toString()
public UpdateAgentAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()