@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 |
dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 final Boolean dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.public RevokeClientVpnIngressRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<RevokeClientVpnIngressRequest.Builder,RevokeClientVpnIngressRequest>
toBuilder
in class Ec2Request
public static RevokeClientVpnIngressRequest.Builder builder()
public static Class<? extends RevokeClientVpnIngressRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.