@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableCrlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| EnableCrlRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| EnableCrlRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getCrlId()
 The unique identifier of the certificate revocation list (CRL). | 
| int | hashCode() | 
| void | setCrlId(String crlId)
 The unique identifier of the certificate revocation list (CRL). | 
| String | toString()Returns a string representation of this object. | 
| EnableCrlRequest | withCrlId(String crlId)
 The unique identifier of the certificate revocation list (CRL). | 
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, withSdkRequestTimeoutpublic void setCrlId(String crlId)
The unique identifier of the certificate revocation list (CRL).
crlId - The unique identifier of the certificate revocation list (CRL).public String getCrlId()
The unique identifier of the certificate revocation list (CRL).
public EnableCrlRequest withCrlId(String crlId)
The unique identifier of the certificate revocation list (CRL).
crlId - The unique identifier of the certificate revocation list (CRL).public String toString()
toString in class ObjectObject.toString()public EnableCrlRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()