@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TcpRoute extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the TCP routing specification for a route.
| Constructor and Description |
|---|
TcpRoute() |
| Modifier and Type | Method and Description |
|---|---|
TcpRoute |
clone() |
boolean |
equals(Object obj) |
TcpRouteAction |
getAction()
The action to take if a match is determined.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAction(TcpRouteAction action)
The action to take if a match is determined.
|
String |
toString()
Returns a string representation of this object.
|
TcpRoute |
withAction(TcpRouteAction action)
The action to take if a match is determined.
|
public void setAction(TcpRouteAction action)
The action to take if a match is determined.
action - The action to take if a match is determined.public TcpRouteAction getAction()
The action to take if a match is determined.
public TcpRoute withAction(TcpRouteAction action)
The action to take if a match is determined.
action - The action to take if a match is determined.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.