@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevokeClientVpnIngressRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<RevokeClientVpnIngressRequest>
NOOP
Constructor and Description |
---|
RevokeClientVpnIngressRequest() |
Modifier and Type | Method and Description |
---|---|
RevokeClientVpnIngressRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccessGroupId()
The ID of the Active Directory group for which to revoke access.
|
String |
getClientVpnEndpointId()
The ID of the Client VPN endpoint with which the authorization rule is associated.
|
Request<RevokeClientVpnIngressRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Boolean |
getRevokeAllGroups()
Indicates whether access should be revoked for all clients.
|
String |
getTargetNetworkCidr()
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
|
int |
hashCode() |
Boolean |
isRevokeAllGroups()
Indicates whether access should be revoked for all clients.
|
void |
setAccessGroupId(String accessGroupId)
The ID of the Active Directory group for which to revoke access.
|
void |
setClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint with which the authorization rule is associated.
|
void |
setRevokeAllGroups(Boolean revokeAllGroups)
Indicates whether access should be revoked for all clients.
|
void |
setTargetNetworkCidr(String targetNetworkCidr)
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
|
String |
toString()
Returns a string representation of this object.
|
RevokeClientVpnIngressRequest |
withAccessGroupId(String accessGroupId)
The ID of the Active Directory group for which to revoke access.
|
RevokeClientVpnIngressRequest |
withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint with which the authorization rule is associated.
|
RevokeClientVpnIngressRequest |
withRevokeAllGroups(Boolean revokeAllGroups)
Indicates whether access should be revoked for all clients.
|
RevokeClientVpnIngressRequest |
withTargetNetworkCidr(String targetNetworkCidr)
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint with which the authorization rule is associated.
clientVpnEndpointId
- The ID of the Client VPN endpoint with which the authorization rule is associated.public String getClientVpnEndpointId()
The ID of the Client VPN endpoint with which the authorization rule is associated.
public RevokeClientVpnIngressRequest withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint with which the authorization rule is associated.
clientVpnEndpointId
- The ID of the Client VPN endpoint with which the authorization rule is associated.public void setTargetNetworkCidr(String targetNetworkCidr)
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
targetNetworkCidr
- The IPv4 address range, in CIDR notation, of the network for which access is being removed.public String getTargetNetworkCidr()
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
public RevokeClientVpnIngressRequest withTargetNetworkCidr(String targetNetworkCidr)
The IPv4 address range, in CIDR notation, of the network for which access is being removed.
targetNetworkCidr
- The IPv4 address range, in CIDR notation, of the network for which access is being removed.public void setAccessGroupId(String accessGroupId)
The ID of the Active Directory group for which to revoke access.
accessGroupId
- The ID of the Active Directory group for which to revoke access.public String getAccessGroupId()
The ID of the Active Directory group for which to revoke access.
public RevokeClientVpnIngressRequest withAccessGroupId(String accessGroupId)
The ID of the Active Directory group for which to revoke access.
accessGroupId
- The ID of the Active Directory group for which to revoke access.public void setRevokeAllGroups(Boolean revokeAllGroups)
Indicates whether access should be revoked for all clients.
revokeAllGroups
- Indicates whether access should be revoked for all clients.public Boolean getRevokeAllGroups()
Indicates whether access should be revoked for all clients.
public RevokeClientVpnIngressRequest withRevokeAllGroups(Boolean revokeAllGroups)
Indicates whether access should be revoked for all clients.
revokeAllGroups
- Indicates whether access should be revoked for all clients.public Boolean isRevokeAllGroups()
Indicates whether access should be revoked for all clients.
public Request<RevokeClientVpnIngressRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<RevokeClientVpnIngressRequest>
public String toString()
toString
in class Object
Object.toString()
public RevokeClientVpnIngressRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()