@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportClientVpnClientCertificateRevocationListRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ImportClientVpnClientCertificateRevocationListRequest>
NOOP
Constructor and Description |
---|
ImportClientVpnClientCertificateRevocationListRequest() |
Modifier and Type | Method and Description |
---|---|
ImportClientVpnClientCertificateRevocationListRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateRevocationList()
The client certificate revocation list file.
|
String |
getClientVpnEndpointId()
The ID of the Client VPN endpoint to which the client certificate revocation list applies.
|
Request<ImportClientVpnClientCertificateRevocationListRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setCertificateRevocationList(String certificateRevocationList)
The client certificate revocation list file.
|
void |
setClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint to which the client certificate revocation list applies.
|
String |
toString()
Returns a string representation of this object.
|
ImportClientVpnClientCertificateRevocationListRequest |
withCertificateRevocationList(String certificateRevocationList)
The client certificate revocation list file.
|
ImportClientVpnClientCertificateRevocationListRequest |
withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint to which the client certificate revocation list applies.
|
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 ImportClientVpnClientCertificateRevocationListRequest()
public void setClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint to which the client certificate revocation list applies.
clientVpnEndpointId
- The ID of the Client VPN endpoint to which the client certificate revocation list applies.public String getClientVpnEndpointId()
The ID of the Client VPN endpoint to which the client certificate revocation list applies.
public ImportClientVpnClientCertificateRevocationListRequest withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint to which the client certificate revocation list applies.
clientVpnEndpointId
- The ID of the Client VPN endpoint to which the client certificate revocation list applies.public void setCertificateRevocationList(String certificateRevocationList)
The client certificate revocation list file. For more information, see Generate a Client Certificate Revocation List in the Client VPN Administrator Guide.
certificateRevocationList
- The client certificate revocation list file. For more information, see Generate a Client Certificate Revocation List in the Client VPN Administrator Guide.public String getCertificateRevocationList()
The client certificate revocation list file. For more information, see Generate a Client Certificate Revocation List in the Client VPN Administrator Guide.
public ImportClientVpnClientCertificateRevocationListRequest withCertificateRevocationList(String certificateRevocationList)
The client certificate revocation list file. For more information, see Generate a Client Certificate Revocation List in the Client VPN Administrator Guide.
certificateRevocationList
- The client certificate revocation list file. For more information, see Generate a Client Certificate Revocation List in the Client VPN Administrator Guide.public Request<ImportClientVpnClientCertificateRevocationListRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ImportClientVpnClientCertificateRevocationListRequest>
public String toString()
toString
in class Object
Object.toString()
public ImportClientVpnClientCertificateRevocationListRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()