public class CreateVpnGatewayRouteRequest extends Object
| Constructor and Description |
|---|
CreateVpnGatewayRouteRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateVpnGatewayRouteRequest |
destinationCidrBlock(String destinationCidrBlock) |
boolean |
equals(Object o) |
@NotNull String |
getDestinationCidrBlock()
Get destinationCidrBlock
|
@NotNull String |
getNextHopId()
Get nextHopId
|
@NotNull String |
getVpnGatewayId()
Get vpnGatewayId
|
int |
hashCode() |
CreateVpnGatewayRouteRequest |
nextHopId(String nextHopId) |
void |
setDestinationCidrBlock(String destinationCidrBlock) |
void |
setNextHopId(String nextHopId) |
void |
setVpnGatewayId(String vpnGatewayId) |
String |
toString() |
CreateVpnGatewayRouteRequest |
vpnGatewayId(String vpnGatewayId) |
public CreateVpnGatewayRouteRequest destinationCidrBlock(String destinationCidrBlock)
@NotNull public @NotNull String getDestinationCidrBlock()
public void setDestinationCidrBlock(String destinationCidrBlock)
public CreateVpnGatewayRouteRequest nextHopId(String nextHopId)
@NotNull public @NotNull String getNextHopId()
public void setNextHopId(String nextHopId)
public CreateVpnGatewayRouteRequest vpnGatewayId(String vpnGatewayId)
@NotNull public @NotNull String getVpnGatewayId()
public void setVpnGatewayId(String vpnGatewayId)
Copyright © 2026. All rights reserved.