@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateClientVpnTargetNetworkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DisassociateClientVpnTargetNetworkRequest>
NOOP
Constructor and Description |
---|
DisassociateClientVpnTargetNetworkRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateClientVpnTargetNetworkRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssociationId()
The ID of the target network association.
|
String |
getClientVpnEndpointId()
The ID of the Client VPN endpoint from which to disassociate the target network.
|
Request<DisassociateClientVpnTargetNetworkRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The ID of the target network association.
|
void |
setClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint from which to disassociate the target network.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateClientVpnTargetNetworkRequest |
withAssociationId(String associationId)
The ID of the target network association.
|
DisassociateClientVpnTargetNetworkRequest |
withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint from which to disassociate the target network.
|
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 DisassociateClientVpnTargetNetworkRequest()
public void setClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint from which to disassociate the target network.
clientVpnEndpointId
- The ID of the Client VPN endpoint from which to disassociate the target network.public String getClientVpnEndpointId()
The ID of the Client VPN endpoint from which to disassociate the target network.
public DisassociateClientVpnTargetNetworkRequest withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint from which to disassociate the target network.
clientVpnEndpointId
- The ID of the Client VPN endpoint from which to disassociate the target network.public void setAssociationId(String associationId)
The ID of the target network association.
associationId
- The ID of the target network association.public String getAssociationId()
The ID of the target network association.
public DisassociateClientVpnTargetNetworkRequest withAssociationId(String associationId)
The ID of the target network association.
associationId
- The ID of the target network association.public Request<DisassociateClientVpnTargetNetworkRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DisassociateClientVpnTargetNetworkRequest>
public String toString()
toString
in class Object
Object.toString()
public DisassociateClientVpnTargetNetworkRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()