@Generated(value="software.amazon.awssdk:codegen") public final class AuthorizeClientVpnIngressRequest extends Ec2Request implements ToCopyableBuilder<AuthorizeClientVpnIngressRequest.Builder,AuthorizeClientVpnIngressRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthorizeClientVpnIngressRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessGroupId()
The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.
|
Boolean |
authorizeAllGroups()
Indicates whether to grant access to all clients.
|
static AuthorizeClientVpnIngressRequest.Builder |
builder() |
String |
clientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
clientVpnEndpointId()
The ID of the Client VPN endpoint.
|
String |
description()
A brief description of the authorization rule.
|
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 AuthorizeClientVpnIngressRequest.Builder> |
serializableBuilderClass() |
String |
targetNetworkCidr()
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.
|
AuthorizeClientVpnIngressRequest.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.
public final String targetNetworkCidr()
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.
public final String accessGroupId()
The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.
Required if AuthorizeAllGroups is false or not specified.
AuthorizeAllGroups is false or not specified.public final Boolean authorizeAllGroups()
Indicates whether to grant access to all clients. Specify true to grant all clients who successfully
establish a VPN connection access to the network. Must be set to true if AccessGroupId
is not specified.
true to grant all clients who
successfully establish a VPN connection access to the network. Must be set to true if
AccessGroupId is not specified.public final String description()
A brief description of the authorization rule.
public final String clientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
public AuthorizeClientVpnIngressRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AuthorizeClientVpnIngressRequest.Builder,AuthorizeClientVpnIngressRequest>toBuilder in class Ec2Requestpublic static AuthorizeClientVpnIngressRequest.Builder builder()
public static Class<? extends AuthorizeClientVpnIngressRequest.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.