@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ExportCertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
ExportCertificateResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificate()
The base64 PEM-encoded certificate.
|
String |
getCertificateChain()
The base64 PEM-encoded certificate chain.
|
String |
getPrivateKey()
The PEM-encoded private key associated with the public key in the certificate.
|
int |
hashCode() |
void |
setCertificate(String certificate)
The base64 PEM-encoded certificate.
|
void |
setCertificateChain(String certificateChain)
The base64 PEM-encoded certificate chain.
|
void |
setPrivateKey(String privateKey)
The PEM-encoded private key associated with the public key in the certificate.
|
String |
toString()
Returns a string representation of this object.
|
ExportCertificateResult |
withCertificate(String certificate)
The base64 PEM-encoded certificate.
|
ExportCertificateResult |
withCertificateChain(String certificateChain)
The base64 PEM-encoded certificate chain.
|
ExportCertificateResult |
withPrivateKey(String privateKey)
The PEM-encoded private key associated with the public key in the certificate.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCertificate(String certificate)
The base64 PEM-encoded certificate.
certificate - The base64 PEM-encoded certificate.public String getCertificate()
The base64 PEM-encoded certificate.
public ExportCertificateResult withCertificate(String certificate)
The base64 PEM-encoded certificate.
certificate - The base64 PEM-encoded certificate.public void setCertificateChain(String certificateChain)
The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.
certificateChain - The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.public String getCertificateChain()
The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.
public ExportCertificateResult withCertificateChain(String certificateChain)
The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.
certificateChain - The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.public void setPrivateKey(String privateKey)
The PEM-encoded private key associated with the public key in the certificate.
privateKey - The PEM-encoded private key associated with the public key in the certificate.public String getPrivateKey()
The PEM-encoded private key associated with the public key in the certificate.
public ExportCertificateResult withPrivateKey(String privateKey)
The PEM-encoded private key associated with the public key in the certificate.
privateKey - The PEM-encoded private key associated with the public key in the certificate.public String toString()
toString in class ObjectObject.toString()public ExportCertificateResult clone()
Copyright © 2019. All rights reserved.