@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.
|
String |
getProvisionedThroughput()
Information on the Provisioned Throughput assigned to an agent alias.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAgentVersion(String agentVersion)
The version of the agent with which the alias is associated.
|
void |
setProvisionedThroughput(String provisionedThroughput)
Information on the Provisioned Throughput assigned to an agent alias.
|
String |
toString()
Returns a string representation of this object.
|
AgentAliasRoutingConfigurationListItem |
withAgentVersion(String agentVersion)
The version of the agent with which the alias is associated.
|
AgentAliasRoutingConfigurationListItem |
withProvisionedThroughput(String provisionedThroughput)
Information on the Provisioned Throughput assigned to an agent alias.
|
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 void setProvisionedThroughput(String provisionedThroughput)
Information on the Provisioned Throughput assigned to an agent alias.
provisionedThroughput
- Information on the Provisioned Throughput assigned to an agent alias.public String getProvisionedThroughput()
Information on the Provisioned Throughput assigned to an agent alias.
public AgentAliasRoutingConfigurationListItem withProvisionedThroughput(String provisionedThroughput)
Information on the Provisioned Throughput assigned to an agent alias.
provisionedThroughput
- Information on the Provisioned Throughput assigned to an agent alias.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.