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