@Generated(value="software.amazon.awssdk:codegen") public final class RevokeClientVpnIngressRequest extends Ec2Request implements ToCopyableBuilder<RevokeClientVpnIngressRequest.Builder,RevokeClientVpnIngressRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RevokeClientVpnIngressRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessGroupId()
The ID of the Active Directory group for which to revoke access.
|
static RevokeClientVpnIngressRequest.Builder |
builder() |
String |
clientVpnEndpointId()
The ID of the Client VPN endpoint with which the authorization rule is associated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
revokeAllGroups()
Indicates whether access should be revoked for all clients.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RevokeClientVpnIngressRequest.Builder> |
serializableBuilderClass() |
String |
targetNetworkCidr()
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
|
RevokeClientVpnIngressRequest.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 with which the authorization rule is associated.
public final String targetNetworkCidr()
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
public final String accessGroupId()
The ID of the Active Directory group for which to revoke access.
public final Boolean revokeAllGroups()
Indicates whether access should be revoked for all clients.
public RevokeClientVpnIngressRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RevokeClientVpnIngressRequest.Builder,RevokeClientVpnIngressRequest>toBuilder in class Ec2Requestpublic static RevokeClientVpnIngressRequest.Builder builder()
public static Class<? extends RevokeClientVpnIngressRequest.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.