@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 String clientVpnEndpointId()
The ID of the Client VPN endpoint from which the route is to be deleted.
public String targetVpcSubnetId()
The ID of the target subnet used by the route.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.