@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCertificateResult() |
Modifier and Type | Method and Description |
---|---|
GetCertificateResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificate()
The base64 PEM-encoded certificate specified by the
CertificateArn parameter. |
String |
getCertificateChain()
The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your
private CA certificate.
|
int |
hashCode() |
void |
setCertificate(String certificate)
The base64 PEM-encoded certificate specified by the
CertificateArn parameter. |
void |
setCertificateChain(String certificateChain)
The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your
private CA certificate.
|
String |
toString()
Returns a string representation of this object.
|
GetCertificateResult |
withCertificate(String certificate)
The base64 PEM-encoded certificate specified by the
CertificateArn parameter. |
GetCertificateResult |
withCertificateChain(String certificateChain)
The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your
private CA certificate.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCertificate(String certificate)
The base64 PEM-encoded certificate specified by the CertificateArn
parameter.
certificate
- The base64 PEM-encoded certificate specified by the CertificateArn
parameter.public String getCertificate()
The base64 PEM-encoded certificate specified by the CertificateArn
parameter.
CertificateArn
parameter.public GetCertificateResult withCertificate(String certificate)
The base64 PEM-encoded certificate specified by the CertificateArn
parameter.
certificate
- The base64 PEM-encoded certificate specified by the CertificateArn
parameter.public void setCertificateChain(String certificateChain)
The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.
certificateChain
- The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign
your private CA certificate.public String getCertificateChain()
The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.
public GetCertificateResult withCertificateChain(String certificateChain)
The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.
certificateChain
- The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign
your private CA certificate.public String toString()
toString
in class Object
Object.toString()
public GetCertificateResult clone()