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