@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 Active Directory group to grant access.
|
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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 Active Directory group to grant access.
public Boolean authorizeAllGroups()
Indicates whether to grant access to all clients. Use true
to grant all clients who successfully
establish a VPN connection access to the network.
true
to grant all clients who
successfully establish a VPN connection access to the network.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 Ec2Request
public static AuthorizeClientVpnIngressRequest.Builder builder()
public static Class<? extends AuthorizeClientVpnIngressRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.