@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CrlDetail extends Object implements Serializable, Cloneable, StructuredPojo
The state of the certificate revocation list (CRL) after a read or write operation.
Constructor and Description |
---|
CrlDetail() |
Modifier and Type | Method and Description |
---|---|
CrlDetail |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
|
String |
getCrlArn()
The ARN of the certificate revocation list (CRL).
|
ByteBuffer |
getCrlData()
The state of the certificate revocation list (CRL) after a read or write operation.
|
String |
getCrlId()
The unique identifier of the certificate revocation list (CRL).
|
Boolean |
getEnabled()
Indicates whether the certificate revocation list (CRL) is enabled.
|
String |
getName()
The name of the certificate revocation list (CRL).
|
String |
getTrustAnchorArn()
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
Date |
getUpdatedAt()
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
|
int |
hashCode() |
Boolean |
isEnabled()
Indicates whether the certificate revocation list (CRL) is enabled.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
|
void |
setCrlArn(String crlArn)
The ARN of the certificate revocation list (CRL).
|
void |
setCrlData(ByteBuffer crlData)
The state of the certificate revocation list (CRL) after a read or write operation.
|
void |
setCrlId(String crlId)
The unique identifier of the certificate revocation list (CRL).
|
void |
setEnabled(Boolean enabled)
Indicates whether the certificate revocation list (CRL) is enabled.
|
void |
setName(String name)
The name of the certificate revocation list (CRL).
|
void |
setTrustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
void |
setUpdatedAt(Date updatedAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
|
String |
toString()
Returns a string representation of this object.
|
CrlDetail |
withCreatedAt(Date createdAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
|
CrlDetail |
withCrlArn(String crlArn)
The ARN of the certificate revocation list (CRL).
|
CrlDetail |
withCrlData(ByteBuffer crlData)
The state of the certificate revocation list (CRL) after a read or write operation.
|
CrlDetail |
withCrlId(String crlId)
The unique identifier of the certificate revocation list (CRL).
|
CrlDetail |
withEnabled(Boolean enabled)
Indicates whether the certificate revocation list (CRL) is enabled.
|
CrlDetail |
withName(String name)
The name of the certificate revocation list (CRL).
|
CrlDetail |
withTrustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
CrlDetail |
withUpdatedAt(Date updatedAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
|
public void setCreatedAt(Date createdAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
createdAt
- The ISO-8601 timestamp when the certificate revocation list (CRL) was created.public Date getCreatedAt()
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
public CrlDetail withCreatedAt(Date createdAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
createdAt
- The ISO-8601 timestamp when the certificate revocation list (CRL) was created.public void setCrlArn(String crlArn)
The ARN of the certificate revocation list (CRL).
crlArn
- The ARN of the certificate revocation list (CRL).public String getCrlArn()
The ARN of the certificate revocation list (CRL).
public CrlDetail withCrlArn(String crlArn)
The ARN of the certificate revocation list (CRL).
crlArn
- The ARN of the certificate revocation list (CRL).public void setCrlData(ByteBuffer crlData)
The state of the certificate revocation list (CRL) after a read or write operation.
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 state of the certificate revocation list (CRL) after a read or write operation.public ByteBuffer getCrlData()
The state of the certificate revocation list (CRL) after a read or write operation.
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 CrlDetail withCrlData(ByteBuffer crlData)
The state of the certificate revocation list (CRL) after a read or write operation.
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 state of the certificate revocation list (CRL) after a read or write operation.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 CrlDetail withCrlId(String crlId)
The unique identifier of the certificate revocation list (CRL).
crlId
- The unique identifier of the certificate revocation list (CRL).public void setEnabled(Boolean enabled)
Indicates whether the certificate revocation list (CRL) is enabled.
enabled
- Indicates whether the certificate revocation list (CRL) is enabled.public Boolean getEnabled()
Indicates whether the certificate revocation list (CRL) is enabled.
public CrlDetail withEnabled(Boolean enabled)
Indicates whether the certificate revocation list (CRL) is enabled.
enabled
- Indicates whether the certificate revocation list (CRL) is enabled.public Boolean isEnabled()
Indicates whether the certificate revocation list (CRL) is enabled.
public void setName(String name)
The name of the certificate revocation list (CRL).
name
- The name of the certificate revocation list (CRL).public String getName()
The name of the certificate revocation list (CRL).
public CrlDetail withName(String name)
The name of the certificate revocation list (CRL).
name
- The name of the certificate revocation list (CRL).public void setTrustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
trustAnchorArn
- The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.public String getTrustAnchorArn()
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
public CrlDetail withTrustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
trustAnchorArn
- The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.public void setUpdatedAt(Date updatedAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
updatedAt
- The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.public Date getUpdatedAt()
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
public CrlDetail withUpdatedAt(Date updatedAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
updatedAt
- The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.