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