@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutgoingCertificate extends Object implements Serializable, Cloneable, StructuredPojo
A certificate that has been transfered but not yet accepted.
Constructor and Description |
---|
OutgoingCertificate() |
Modifier and Type | Method and Description |
---|---|
OutgoingCertificate |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The certificate ARN.
|
String |
getCertificateId()
The certificate ID.
|
Date |
getCreationDate()
The certificate creation date.
|
Date |
getTransferDate()
The date the transfer was initiated.
|
String |
getTransferMessage()
The transfer message.
|
String |
getTransferredTo()
The AWS account to which the transfer was made.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateArn(String certificateArn)
The certificate ARN.
|
void |
setCertificateId(String certificateId)
The certificate ID.
|
void |
setCreationDate(Date creationDate)
The certificate creation date.
|
void |
setTransferDate(Date transferDate)
The date the transfer was initiated.
|
void |
setTransferMessage(String transferMessage)
The transfer message.
|
void |
setTransferredTo(String transferredTo)
The AWS account to which the transfer was made.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
OutgoingCertificate |
withCertificateArn(String certificateArn)
The certificate ARN.
|
OutgoingCertificate |
withCertificateId(String certificateId)
The certificate ID.
|
OutgoingCertificate |
withCreationDate(Date creationDate)
The certificate creation date.
|
OutgoingCertificate |
withTransferDate(Date transferDate)
The date the transfer was initiated.
|
OutgoingCertificate |
withTransferMessage(String transferMessage)
The transfer message.
|
OutgoingCertificate |
withTransferredTo(String transferredTo)
The AWS account to which the transfer was made.
|
public void setCertificateArn(String certificateArn)
The certificate ARN.
certificateArn
- The certificate ARN.public String getCertificateArn()
The certificate ARN.
public OutgoingCertificate withCertificateArn(String certificateArn)
The certificate ARN.
certificateArn
- The certificate ARN.public void setCertificateId(String certificateId)
The certificate ID.
certificateId
- The certificate ID.public String getCertificateId()
The certificate ID.
public OutgoingCertificate withCertificateId(String certificateId)
The certificate ID.
certificateId
- The certificate ID.public void setTransferredTo(String transferredTo)
The AWS account to which the transfer was made.
transferredTo
- The AWS account to which the transfer was made.public String getTransferredTo()
The AWS account to which the transfer was made.
public OutgoingCertificate withTransferredTo(String transferredTo)
The AWS account to which the transfer was made.
transferredTo
- The AWS account to which the transfer was made.public void setTransferDate(Date transferDate)
The date the transfer was initiated.
transferDate
- The date the transfer was initiated.public Date getTransferDate()
The date the transfer was initiated.
public OutgoingCertificate withTransferDate(Date transferDate)
The date the transfer was initiated.
transferDate
- The date the transfer was initiated.public void setTransferMessage(String transferMessage)
The transfer message.
transferMessage
- The transfer message.public String getTransferMessage()
The transfer message.
public OutgoingCertificate withTransferMessage(String transferMessage)
The transfer message.
transferMessage
- The transfer message.public void setCreationDate(Date creationDate)
The certificate creation date.
creationDate
- The certificate creation date.public Date getCreationDate()
The certificate creation date.
public OutgoingCertificate withCreationDate(Date creationDate)
The certificate creation date.
creationDate
- The certificate creation date.public String toString()
toString
in class Object
Object.toString()
public OutgoingCertificate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.