@Generated(value="software.amazon.awssdk:codegen") public final class DeleteRouteRequest extends Ec2Request implements ToCopyableBuilder<DeleteRouteRequest.Builder,DeleteRouteRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteRouteRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteRouteRequest.Builder |
builder() |
String |
destinationCidrBlock()
The IPv4 CIDR range for the route.
|
String |
destinationIpv6CidrBlock()
The IPv6 CIDR range for the route.
|
String |
destinationPrefixListId()
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() |
String |
routeTableId()
The ID of the route table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteRouteRequest.Builder> |
serializableBuilderClass() |
DeleteRouteRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String destinationCidrBlock()
The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
public final String destinationIpv6CidrBlock()
The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
public final String destinationPrefixListId()
The ID of the prefix list for the route.
public final String routeTableId()
The ID of the route table.
public DeleteRouteRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteRouteRequest.Builder,DeleteRouteRequest>toBuilder in class Ec2Requestpublic static DeleteRouteRequest.Builder builder()
public static Class<? extends DeleteRouteRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.