@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
- AgentAliasStatus
public String getAgentAliasStatus()
AgentAliasStatus
public AgentAlias withAgentAliasStatus(String agentAliasStatus)
agentAliasStatus
- AgentAliasStatus
public AgentAlias withAgentAliasStatus(AgentAliasStatus agentAliasStatus)
agentAliasStatus
- AgentAliasStatus
public String toString()
toString
in class Object
Object.toString()
public AgentAlias clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.