@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCrlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCrlRequest() |
Modifier and Type | Method and Description |
---|---|
GetCrlRequest |
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.
|
GetCrlRequest |
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, withSdkRequestTimeout
public 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 GetCrlRequest 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 Object
Object.toString()
public GetCrlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()