@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTransitGatewayRouteResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTransitGatewayRouteResult() |
Modifier and Type | Method and Description |
---|---|
CreateTransitGatewayRouteResult |
clone() |
boolean |
equals(Object obj) |
TransitGatewayRoute |
getRoute()
Information about the route.
|
int |
hashCode() |
void |
setRoute(TransitGatewayRoute route)
Information about the route.
|
String |
toString()
Returns a string representation of this object.
|
CreateTransitGatewayRouteResult |
withRoute(TransitGatewayRoute route)
Information about the route.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRoute(TransitGatewayRoute route)
Information about the route.
route
- Information about the route.public TransitGatewayRoute getRoute()
Information about the route.
public CreateTransitGatewayRouteResult withRoute(TransitGatewayRoute route)
Information about the route.
route
- Information about the route.public String toString()
toString
in class Object
Object.toString()
public CreateTransitGatewayRouteResult clone()