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