@Generated(value="software.amazon.awssdk:codegen") public final class DeleteClientVpnRouteRequest extends Ec2Request implements ToCopyableBuilder<DeleteClientVpnRouteRequest.Builder,DeleteClientVpnRouteRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteClientVpnRouteRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteClientVpnRouteRequest.Builder |
builder() |
String |
clientVpnEndpointId()
The ID of the Client VPN endpoint from which the route is to be deleted.
|
String |
destinationCidrBlock()
The IPv4 address range, in CIDR notation, of the route to be deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteClientVpnRouteRequest.Builder> |
serializableBuilderClass() |
String |
targetVpcSubnetId()
The ID of the target subnet used by the route.
|
DeleteClientVpnRouteRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientVpnEndpointId()
The ID of the Client VPN endpoint from which the route is to be deleted.
public final String targetVpcSubnetId()
The ID of the target subnet used by the route.
public final String destinationCidrBlock()
The IPv4 address range, in CIDR notation, of the route to be deleted.
public DeleteClientVpnRouteRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteClientVpnRouteRequest.Builder,DeleteClientVpnRouteRequest>toBuilder in class Ec2Requestpublic static DeleteClientVpnRouteRequest.Builder builder()
public static Class<? extends DeleteClientVpnRouteRequest.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 © 2023. All rights reserved.