@Generated(value="software.amazon.awssdk:codegen") public final class EC2ReplaceRouteAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EC2ReplaceRouteAction.Builder,EC2ReplaceRouteAction>
Information about the ReplaceRoute action in Amazon EC2.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EC2ReplaceRouteAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EC2ReplaceRouteAction.Builder |
builder() |
String |
description()
A description of the ReplaceRoute action in Amazon EC2.
|
String |
destinationCidrBlock()
Information about the IPv4 CIDR address block used for the destination match.
|
String |
destinationIpv6CidrBlock()
Information about the IPv6 CIDR address block used for the destination match.
|
String |
destinationPrefixListId()
Information about the ID of the prefix list for the route.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ActionTarget |
gatewayId()
Information about the ID of an internet gateway or virtual private gateway.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ActionTarget |
routeTableId()
Information about the ID of the route table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EC2ReplaceRouteAction.Builder> |
serializableBuilderClass() |
EC2ReplaceRouteAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
A description of the ReplaceRoute action in Amazon EC2.
public final String destinationCidrBlock()
Information about 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 destinationPrefixListId()
Information about the ID of the prefix list for the route.
public final String destinationIpv6CidrBlock()
Information about 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 ActionTarget gatewayId()
Information about the ID of an internet gateway or virtual private gateway.
public final ActionTarget routeTableId()
Information about the ID of the route table.
public EC2ReplaceRouteAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EC2ReplaceRouteAction.Builder,EC2ReplaceRouteAction>public static EC2ReplaceRouteAction.Builder builder()
public static Class<? extends EC2ReplaceRouteAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.