@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 Ec2Request
public static DeleteClientVpnRouteRequest.Builder builder()
public static Class<? extends DeleteClientVpnRouteRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.