@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLocalGatewayRouteResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteLocalGatewayRouteResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteLocalGatewayRouteResult |
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.
|
DeleteLocalGatewayRouteResult |
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 DeleteLocalGatewayRouteResult withRoute(LocalGatewayRoute route)
Information about the route.
route - Information about the route.public String toString()
toString in class ObjectObject.toString()public DeleteLocalGatewayRouteResult clone()