@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentAlias extends Object implements Serializable, Cloneable, StructuredPojo
Contains the information of an agent alias
| Constructor and Description |
|---|
AgentAlias() |
public void setAgentId(String agentId)
agentId - public String getAgentId()
public AgentAlias withAgentId(String agentId)
agentId - public void setAgentAliasId(String agentAliasId)
agentAliasId - public String getAgentAliasId()
public AgentAlias withAgentAliasId(String agentAliasId)
agentAliasId - public void setAgentAliasName(String agentAliasName)
agentAliasName - public String getAgentAliasName()
public AgentAlias withAgentAliasName(String agentAliasName)
agentAliasName - public void setAgentAliasArn(String agentAliasArn)
agentAliasArn - public String getAgentAliasArn()
public AgentAlias withAgentAliasArn(String agentAliasArn)
agentAliasArn - public void setClientToken(String clientToken)
clientToken - public String getClientToken()
public AgentAlias withClientToken(String clientToken)
clientToken - public void setDescription(String description)
description - public String getDescription()
public AgentAlias withDescription(String description)
description - public List<AgentAliasRoutingConfigurationListItem> getRoutingConfiguration()
public void setRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
routingConfiguration - public AgentAlias 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 AgentAlias withRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
routingConfiguration - public void setCreatedAt(Date createdAt)
createdAt - public Date getCreatedAt()
public AgentAlias withCreatedAt(Date createdAt)
createdAt - public void setUpdatedAt(Date updatedAt)
updatedAt - public Date getUpdatedAt()
public AgentAlias withUpdatedAt(Date updatedAt)
updatedAt - public List<AgentAliasHistoryEvent> getAgentAliasHistoryEvents()
public void setAgentAliasHistoryEvents(Collection<AgentAliasHistoryEvent> agentAliasHistoryEvents)
agentAliasHistoryEvents - public AgentAlias withAgentAliasHistoryEvents(AgentAliasHistoryEvent... agentAliasHistoryEvents)
NOTE: This method appends the values to the existing list (if any). Use
setAgentAliasHistoryEvents(java.util.Collection) or
withAgentAliasHistoryEvents(java.util.Collection) if you want to override the existing values.
agentAliasHistoryEvents - public AgentAlias withAgentAliasHistoryEvents(Collection<AgentAliasHistoryEvent> agentAliasHistoryEvents)
agentAliasHistoryEvents - public void setAgentAliasStatus(String agentAliasStatus)
agentAliasStatus - AgentAliasStatuspublic String getAgentAliasStatus()
AgentAliasStatuspublic AgentAlias withAgentAliasStatus(String agentAliasStatus)
agentAliasStatus - AgentAliasStatuspublic AgentAlias withAgentAliasStatus(AgentAliasStatus agentAliasStatus)
agentAliasStatus - AgentAliasStatuspublic String toString()
toString in class ObjectObject.toString()public AgentAlias clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.