@Generated(value="software.amazon.awssdk:codegen") public final class ReplaceRouteRequest extends Ec2Request implements ToCopyableBuilder<ReplaceRouteRequest.Builder,ReplaceRouteRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ReplaceRouteRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ReplaceRouteRequest.Builder |
builder() |
String |
carrierGatewayId()
[IPv4 traffic only] The ID of a carrier gateway.
|
String |
coreNetworkArn()
The Amazon Resource Name (ARN) of the core network.
|
String |
destinationCidrBlock()
The IPv4 CIDR address block used for the destination match.
|
String |
destinationIpv6CidrBlock()
The IPv6 CIDR address block used for the destination match.
|
String |
destinationPrefixListId()
The ID of the prefix list for the route.
|
String |
egressOnlyInternetGatewayId()
[IPv6 traffic only] The ID of an egress-only internet gateway.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayId()
The ID of an internet gateway or virtual private gateway.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The ID of a NAT instance in your VPC.
|
String |
localGatewayId()
The ID of the local gateway.
|
Boolean |
localTarget()
Specifies whether to reset the local route to its default target (
local ). |
String |
natGatewayId()
[IPv4 traffic only] The ID of a NAT gateway.
|
String |
networkInterfaceId()
The ID of a network interface.
|
String |
routeTableId()
The ID of the route table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplaceRouteRequest.Builder> |
serializableBuilderClass() |
ReplaceRouteRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayId()
The ID of a transit gateway.
|
String |
vpcEndpointId()
The ID of a VPC endpoint.
|
String |
vpcPeeringConnectionId()
The ID of a VPC peering connection.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String destinationCidrBlock()
The IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.
public final String destinationIpv6CidrBlock()
The IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.
public final String destinationPrefixListId()
The ID of the prefix list for the route.
public final String vpcEndpointId()
The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.
public final String egressOnlyInternetGatewayId()
[IPv6 traffic only] The ID of an egress-only internet gateway.
public final String gatewayId()
The ID of an internet gateway or virtual private gateway.
public final String instanceId()
The ID of a NAT instance in your VPC.
public final Boolean localTarget()
Specifies whether to reset the local route to its default target (local
).
local
).public final String natGatewayId()
[IPv4 traffic only] The ID of a NAT gateway.
public final String transitGatewayId()
The ID of a transit gateway.
public final String localGatewayId()
The ID of the local gateway.
public final String carrierGatewayId()
[IPv4 traffic only] The ID of a carrier gateway.
public final String networkInterfaceId()
The ID of a network interface.
public final String routeTableId()
The ID of the route table.
public final String vpcPeeringConnectionId()
The ID of a VPC peering connection.
public final String coreNetworkArn()
The Amazon Resource Name (ARN) of the core network.
public ReplaceRouteRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ReplaceRouteRequest.Builder,ReplaceRouteRequest>
toBuilder
in class Ec2Request
public static ReplaceRouteRequest.Builder builder()
public static Class<? extends ReplaceRouteRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.