@Generated(value="software.amazon.awssdk:codegen") public final class EC2DeleteRouteAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EC2DeleteRouteAction.Builder,EC2DeleteRouteAction>
Information about the DeleteRoute action in Amazon EC2.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EC2DeleteRouteAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EC2DeleteRouteAction.Builder |
builder() |
String |
description()
A description of the DeleteRoute action.
|
String |
destinationCidrBlock()
Information about the IPv4 CIDR range for the route.
|
String |
destinationIpv6CidrBlock()
Information about the IPv6 CIDR range for the route.
|
String |
destinationPrefixListId()
Information about the ID of the prefix list for the route.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<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 EC2DeleteRouteAction.Builder> |
serializableBuilderClass() |
EC2DeleteRouteAction.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 DeleteRoute action.
public final String destinationCidrBlock()
Information about the IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
public final String destinationPrefixListId()
Information about the ID of the prefix list for the route.
public final String destinationIpv6CidrBlock()
Information about the IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
public final ActionTarget routeTableId()
Information about the ID of the route table.
public EC2DeleteRouteAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EC2DeleteRouteAction.Builder,EC2DeleteRouteAction>public static EC2DeleteRouteAction.Builder builder()
public static Class<? extends EC2DeleteRouteAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.