@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 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 certificate
that you used to sign your private CA certificate.
|
String |
toString()
Returns a string representation of this object.
|
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 certificate
that you used to sign your private CA certificate.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate. If this is a root CA, the value will be null.
certificateChain - Base64-encoded certificate chain that includes any intermediate certificates and chains up to root
certificate that you used to sign your private CA certificate. The chain does not include your private CA
certificate. If this is a root CA, the value will be null.public String getCertificateChain()
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate. If this is a root CA, the value will be null.
public GetCertificateAuthorityCertificateResult withCertificateChain(String certificateChain)
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate. If this is a root CA, the value will be null.
certificateChain - Base64-encoded certificate chain that includes any intermediate certificates and chains up to root
certificate that you used to sign your private CA certificate. The chain does not include your private CA
certificate. If this is a root CA, the value will be null.public String toString()
toString in class ObjectObject.toString()public GetCertificateAuthorityCertificateResult clone()