@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SigningJobRevocationRecord extends Object implements Serializable, Cloneable, StructuredPojo
Revocation information for a signing job.
| Constructor and Description |
|---|
SigningJobRevocationRecord() |
| Modifier and Type | Method and Description |
|---|---|
SigningJobRevocationRecord |
clone() |
boolean |
equals(Object obj) |
String |
getReason()
A caller-supplied reason for revocation.
|
Date |
getRevokedAt()
The time of revocation.
|
String |
getRevokedBy()
The identity of the revoker.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setReason(String reason)
A caller-supplied reason for revocation.
|
void |
setRevokedAt(Date revokedAt)
The time of revocation.
|
void |
setRevokedBy(String revokedBy)
The identity of the revoker.
|
String |
toString()
Returns a string representation of this object.
|
SigningJobRevocationRecord |
withReason(String reason)
A caller-supplied reason for revocation.
|
SigningJobRevocationRecord |
withRevokedAt(Date revokedAt)
The time of revocation.
|
SigningJobRevocationRecord |
withRevokedBy(String revokedBy)
The identity of the revoker.
|
public void setReason(String reason)
A caller-supplied reason for revocation.
reason - A caller-supplied reason for revocation.public String getReason()
A caller-supplied reason for revocation.
public SigningJobRevocationRecord withReason(String reason)
A caller-supplied reason for revocation.
reason - A caller-supplied reason for revocation.public void setRevokedAt(Date revokedAt)
The time of revocation.
revokedAt - The time of revocation.public Date getRevokedAt()
The time of revocation.
public SigningJobRevocationRecord withRevokedAt(Date revokedAt)
The time of revocation.
revokedAt - The time of revocation.public void setRevokedBy(String revokedBy)
The identity of the revoker.
revokedBy - The identity of the revoker.public String getRevokedBy()
The identity of the revoker.
public SigningJobRevocationRecord withRevokedBy(String revokedBy)
The identity of the revoker.
revokedBy - The identity of the revoker.public String toString()
toString in class ObjectObject.toString()public SigningJobRevocationRecord clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.