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