@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()
String that contains the ACM Certificate represented by the ARN specified at input.
|
String |
getCertificateChain()
The certificate chain that contains the root certificate issued by the certificate authority (CA).
|
int |
hashCode() |
void |
setCertificate(String certificate)
String that contains the ACM Certificate represented by the ARN specified at input.
|
void |
setCertificateChain(String certificateChain)
The certificate chain that contains the root certificate issued by the certificate authority (CA).
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetCertificateResult |
withCertificate(String certificate)
String that contains the ACM Certificate represented by the ARN specified at input.
|
GetCertificateResult |
withCertificateChain(String certificateChain)
The certificate chain that contains the root certificate issued by the certificate authority (CA).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCertificate(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 String getCertificate()
String that contains the ACM Certificate represented by the ARN specified at input.
public GetCertificateResult withCertificate(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(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 String getCertificateChain()
The certificate chain that contains the root certificate issued by the certificate authority (CA).
public GetCertificateResult withCertificateChain(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 String toString()
toString
in class Object
Object.toString()
public GetCertificateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.