public class OutgoingCertificate
extends java.lang.Object
implements java.io.Serializable
A certificate that has been transferred but not yet accepted.
Constructor and Description |
---|
OutgoingCertificate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificateArn()
The certificate ARN.
|
java.lang.String |
getCertificateId()
The certificate ID.
|
java.util.Date |
getCreationDate()
The certificate creation date.
|
java.util.Date |
getTransferDate()
The date the transfer was initiated.
|
java.lang.String |
getTransferMessage()
The transfer message.
|
java.lang.String |
getTransferredTo()
The AWS account to which the transfer was made.
|
int |
hashCode() |
void |
setCertificateArn(java.lang.String certificateArn)
The certificate ARN.
|
void |
setCertificateId(java.lang.String certificateId)
The certificate ID.
|
void |
setCreationDate(java.util.Date creationDate)
The certificate creation date.
|
void |
setTransferDate(java.util.Date transferDate)
The date the transfer was initiated.
|
void |
setTransferMessage(java.lang.String transferMessage)
The transfer message.
|
void |
setTransferredTo(java.lang.String transferredTo)
The AWS account to which the transfer was made.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OutgoingCertificate |
withCertificateArn(java.lang.String certificateArn)
The certificate ARN.
|
OutgoingCertificate |
withCertificateId(java.lang.String certificateId)
The certificate ID.
|
OutgoingCertificate |
withCreationDate(java.util.Date creationDate)
The certificate creation date.
|
OutgoingCertificate |
withTransferDate(java.util.Date transferDate)
The date the transfer was initiated.
|
OutgoingCertificate |
withTransferMessage(java.lang.String transferMessage)
The transfer message.
|
OutgoingCertificate |
withTransferredTo(java.lang.String transferredTo)
The AWS account to which the transfer was made.
|
public java.lang.String getCertificateArn()
The certificate ARN.
The certificate ARN.
public void setCertificateArn(java.lang.String certificateArn)
The certificate ARN.
certificateArn
- The certificate ARN.
public OutgoingCertificate withCertificateArn(java.lang.String certificateArn)
The certificate ARN.
Returns a reference to this object so that method calls can be chained together.
certificateArn
- The certificate ARN.
public java.lang.String getCertificateId()
The certificate ID.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The certificate ID.
public void setCertificateId(java.lang.String certificateId)
The certificate ID.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId
- The certificate ID.
public OutgoingCertificate withCertificateId(java.lang.String certificateId)
The certificate ID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId
- The certificate ID.
public java.lang.String getTransferredTo()
The AWS account to which the transfer was made.
Constraints:
Length: 12 - 12
Pattern: [0-9]+
The AWS account to which the transfer was made.
public void setTransferredTo(java.lang.String transferredTo)
The AWS account to which the transfer was made.
Constraints:
Length: 12 - 12
Pattern: [0-9]+
transferredTo
- The AWS account to which the transfer was made.
public OutgoingCertificate withTransferredTo(java.lang.String transferredTo)
The AWS account to which the transfer was made.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 12 - 12
Pattern: [0-9]+
transferredTo
- The AWS account to which the transfer was made.
public java.util.Date getTransferDate()
The date the transfer was initiated.
The date the transfer was initiated.
public void setTransferDate(java.util.Date transferDate)
The date the transfer was initiated.
transferDate
- The date the transfer was initiated.
public OutgoingCertificate withTransferDate(java.util.Date transferDate)
The date the transfer was initiated.
Returns a reference to this object so that method calls can be chained together.
transferDate
- The date the transfer was initiated.
public java.lang.String getTransferMessage()
The transfer message.
Constraints:
Length: - 128
The transfer message.
public void setTransferMessage(java.lang.String transferMessage)
The transfer message.
Constraints:
Length: - 128
transferMessage
- The transfer message.
public OutgoingCertificate withTransferMessage(java.lang.String transferMessage)
The transfer message.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 128
transferMessage
- The transfer message.
public java.util.Date getCreationDate()
The certificate creation date.
The certificate creation date.
public void setCreationDate(java.util.Date creationDate)
The certificate creation date.
creationDate
- The certificate creation date.
public OutgoingCertificate withCreationDate(java.util.Date creationDate)
The certificate creation date.
Returns a reference to this object so that method calls can be chained together.
creationDate
- The certificate creation date.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.