@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlowAliasRoutingConfigurationListItem extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a version that the alias maps to.
| Constructor and Description |
|---|
FlowAliasRoutingConfigurationListItem() |
| Modifier and Type | Method and Description |
|---|---|
FlowAliasRoutingConfigurationListItem |
clone() |
boolean |
equals(Object obj) |
String |
getFlowVersion()
The version that the alias maps to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFlowVersion(String flowVersion)
The version that the alias maps to.
|
String |
toString()
Returns a string representation of this object.
|
FlowAliasRoutingConfigurationListItem |
withFlowVersion(String flowVersion)
The version that the alias maps to.
|
public FlowAliasRoutingConfigurationListItem()
public void setFlowVersion(String flowVersion)
The version that the alias maps to.
flowVersion - The version that the alias maps to.public String getFlowVersion()
The version that the alias maps to.
public FlowAliasRoutingConfigurationListItem withFlowVersion(String flowVersion)
The version that the alias maps to.
flowVersion - The version that the alias maps to.public String toString()
toString in class ObjectObject.toString()public FlowAliasRoutingConfigurationListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.