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