public class GetCertificateResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
certificate
String that contains the ACM Certificate represented by the ARN specified
at input.
|
private java.lang.String |
certificateChain
The certificate chain that contains the root certificate issued by the
certificate authority (CA).
|
Constructor and Description |
---|
GetCertificateResult() |
Modifier and Type | Method and Description |
---|---|
GetCertificateResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificate()
String that contains the ACM Certificate represented by the ARN specified
at input.
|
java.lang.String |
getCertificateChain()
The certificate chain that contains the root certificate issued by the
certificate authority (CA).
|
int |
hashCode() |
void |
setCertificate(java.lang.String certificate)
String that contains the ACM Certificate represented by the ARN specified
at input.
|
void |
setCertificateChain(java.lang.String certificateChain)
The certificate chain that contains the root certificate issued by the
certificate authority (CA).
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetCertificateResult |
withCertificate(java.lang.String certificate)
String that contains the ACM Certificate represented by the ARN specified
at input.
|
GetCertificateResult |
withCertificateChain(java.lang.String certificateChain)
The certificate chain that contains the root certificate issued by the
certificate authority (CA).
|
private java.lang.String certificate
String that contains the ACM Certificate represented by the ARN specified at input.
private java.lang.String certificateChain
The certificate chain that contains the root certificate issued by the certificate authority (CA).
public void setCertificate(java.lang.String certificate)
String that contains the ACM Certificate represented by the ARN specified at input.
certificate
- String that contains the ACM Certificate represented by the ARN
specified at input.public java.lang.String getCertificate()
String that contains the ACM Certificate represented by the ARN specified at input.
public GetCertificateResult withCertificate(java.lang.String certificate)
String that contains the ACM Certificate represented by the ARN specified at input.
certificate
- String that contains the ACM Certificate represented by the ARN
specified at input.public void setCertificateChain(java.lang.String certificateChain)
The certificate chain that contains the root certificate issued by the certificate authority (CA).
certificateChain
- The certificate chain that contains the root certificate issued by
the certificate authority (CA).public java.lang.String getCertificateChain()
The certificate chain that contains the root certificate issued by the certificate authority (CA).
public GetCertificateResult withCertificateChain(java.lang.String certificateChain)
The certificate chain that contains the root certificate issued by the certificate authority (CA).
certificateChain
- The certificate chain that contains the root certificate issued by
the certificate authority (CA).public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetCertificateResult clone()
clone
in class java.lang.Object