@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 String clientVpnEndpointId()
The ID of the Client VPN endpoint.
public String targetNetworkCidr()
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.
public 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 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 String description()
A brief description of the authorization rule.
public 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 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.