Class GetCertificateResult
java.lang.Object
com.amazonaws.services.certificatemanager.model.GetCertificateResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
String that contains the ACM Certificate represented by the ARN specified at input.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).toString()
Returns a string representation of this object; useful for testing and debugging.withCertificate
(String certificate) String that contains the ACM Certificate represented by the ARN specified at input.withCertificateChain
(String certificateChain) The certificate chain that contains the root certificate issued by the certificate authority (CA).
-
Constructor Details
-
GetCertificateResult
public GetCertificateResult()
-
-
Method Details
-
setCertificate
String that contains the ACM Certificate represented by the ARN specified at input.
- Parameters:
certificate
- String that contains the ACM Certificate represented by the ARN specified at input.
-
getCertificate
String that contains the ACM Certificate represented by the ARN specified at input.
- Returns:
- String that contains the ACM Certificate represented by the ARN specified at input.
-
withCertificate
String that contains the ACM Certificate represented by the ARN specified at input.
- Parameters:
certificate
- String that contains the ACM Certificate represented by the ARN specified at input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCertificateChain
The certificate chain that contains the root certificate issued by the certificate authority (CA).
- Parameters:
certificateChain
- The certificate chain that contains the root certificate issued by the certificate authority (CA).
-
getCertificateChain
The certificate chain that contains the root certificate issued by the certificate authority (CA).
- Returns:
- The certificate chain that contains the root certificate issued by the certificate authority (CA).
-
withCertificateChain
The certificate chain that contains the root certificate issued by the certificate authority (CA).
- Parameters:
certificateChain
- The certificate chain that contains the root certificate issued by the certificate authority (CA).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-