@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCrlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCrlRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCrlRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ByteBuffer |
getCrlData()
The x509 v3 specified certificate revocation list (CRL).
|
String |
getCrlId()
The unique identifier of the certificate revocation list (CRL).
|
String |
getName()
The name of the Crl.
|
int |
hashCode() |
void |
setCrlData(ByteBuffer crlData)
The x509 v3 specified certificate revocation list (CRL).
|
void |
setCrlId(String crlId)
The unique identifier of the certificate revocation list (CRL).
|
void |
setName(String name)
The name of the Crl.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCrlRequest |
withCrlData(ByteBuffer crlData)
The x509 v3 specified certificate revocation list (CRL).
|
UpdateCrlRequest |
withCrlId(String crlId)
The unique identifier of the certificate revocation list (CRL).
|
UpdateCrlRequest |
withName(String name)
The name of the 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 setCrlData(ByteBuffer crlData)
The x509 v3 specified certificate revocation list (CRL).
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
Warning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.
crlData
- The x509 v3 specified certificate revocation list (CRL).public ByteBuffer getCrlData()
The x509 v3 specified certificate revocation list (CRL).
ByteBuffer
s are stateful. Calling their get
methods changes their position
. We recommend
using ByteBuffer.asReadOnlyBuffer()
to create a read-only view of the buffer with an independent
position
, and calling get
methods on this rather than directly on the returned ByteBuffer
.
Doing so will ensure that anyone else using the ByteBuffer
will not be affected by changes to the
position
.
public UpdateCrlRequest withCrlData(ByteBuffer crlData)
The x509 v3 specified certificate revocation list (CRL).
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
Warning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.
crlData
- The x509 v3 specified certificate revocation list (CRL).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 UpdateCrlRequest withCrlId(String crlId)
The unique identifier of the certificate revocation list (CRL).
crlId
- The unique identifier of the certificate revocation list (CRL).public void setName(String name)
The name of the Crl.
name
- The name of the Crl.public String getName()
The name of the Crl.
public UpdateCrlRequest withName(String name)
The name of the Crl.
name
- The name of the Crl.public String toString()
toString
in class Object
Object.toString()
public UpdateCrlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()