@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCertificateAuthorityCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCertificateAuthorityCertificateResult() |
Modifier and Type | Method and Description |
---|---|
GetCertificateAuthorityCertificateResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificate()
Base64-encoded certificate authority (CA) certificate.
|
String |
getCertificateChain()
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root on-premises
certificate that you used to sign your private CA certificate.
|
int |
hashCode() |
void |
setCertificate(String certificate)
Base64-encoded certificate authority (CA) certificate.
|
void |
setCertificateChain(String certificateChain)
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root on-premises
certificate that you used to sign your private CA certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetCertificateAuthorityCertificateResult |
withCertificate(String certificate)
Base64-encoded certificate authority (CA) certificate.
|
GetCertificateAuthorityCertificateResult |
withCertificateChain(String certificateChain)
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root on-premises
certificate that you used to sign your private CA certificate.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetCertificateAuthorityCertificateResult()
public void setCertificate(String certificate)
Base64-encoded certificate authority (CA) certificate.
certificate
- Base64-encoded certificate authority (CA) certificate.public String getCertificate()
Base64-encoded certificate authority (CA) certificate.
public GetCertificateAuthorityCertificateResult withCertificate(String certificate)
Base64-encoded certificate authority (CA) certificate.
certificate
- Base64-encoded certificate authority (CA) certificate.public void setCertificateChain(String certificateChain)
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root on-premises certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate.
certificateChain
- Base64-encoded certificate chain that includes any intermediate certificates and chains up to root
on-premises certificate that you used to sign your private CA certificate. The chain does not include your
private CA certificate.public String getCertificateChain()
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root on-premises certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate.
public GetCertificateAuthorityCertificateResult withCertificateChain(String certificateChain)
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root on-premises certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate.
certificateChain
- Base64-encoded certificate chain that includes any intermediate certificates and chains up to root
on-premises certificate that you used to sign your private CA certificate. The chain does not include your
private CA certificate.public String toString()
toString
in class Object
Object.toString()
public GetCertificateAuthorityCertificateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.