@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 String clientVpnEndpointId()
The ID of the Client VPN endpoint with which the authorization rule is associated.
public String targetNetworkCidr()
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
public String accessGroupId()
The ID of the Active Directory group for which to revoke access.
public 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 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 © 2020. All rights reserved.