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