@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentAliasRoutingConfigurationListItem extends Object implements Serializable, Cloneable, StructuredPojo
Details about the routing configuration for an Agent alias.
Constructor and Description |
---|
AgentAliasRoutingConfigurationListItem() |
Modifier and Type | Method and Description |
---|---|
AgentAliasRoutingConfigurationListItem |
clone() |
boolean |
equals(Object obj) |
String |
getAgentVersion() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAgentVersion(String agentVersion) |
String |
toString()
Returns a string representation of this object.
|
AgentAliasRoutingConfigurationListItem |
withAgentVersion(String agentVersion) |
public AgentAliasRoutingConfigurationListItem()
public void setAgentVersion(String agentVersion)
agentVersion
- public String getAgentVersion()
public AgentAliasRoutingConfigurationListItem withAgentVersion(String agentVersion)
agentVersion
- public String toString()
toString
in class Object
Object.toString()
public AgentAliasRoutingConfigurationListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.