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