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