@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentAliasRoutingConfigurationListItem extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the routing configuration of the alias.
| Constructor and Description |
|---|
AgentAliasRoutingConfigurationListItem() |
| Modifier and Type | Method and Description |
|---|---|
AgentAliasRoutingConfigurationListItem |
clone() |
boolean |
equals(Object obj) |
String |
getAgentVersion()
The version of the agent with which the alias is associated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAgentVersion(String agentVersion)
The version of the agent with which the alias is associated.
|
String |
toString()
Returns a string representation of this object.
|
AgentAliasRoutingConfigurationListItem |
withAgentVersion(String agentVersion)
The version of the agent with which the alias is associated.
|
public AgentAliasRoutingConfigurationListItem()
public void setAgentVersion(String agentVersion)
The version of the agent with which the alias is associated.
agentVersion - The version of the agent with which the alias is associated.public String getAgentVersion()
The version of the agent with which the alias is associated.
public AgentAliasRoutingConfigurationListItem withAgentVersion(String agentVersion)
The version of the agent with which the alias is associated.
agentVersion - The version of the agent with which the alias is associated.public String toString()
toString in class ObjectObject.toString()public AgentAliasRoutingConfigurationListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.