Class CreateCertificateFromCsrResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output from the CreateCertificateFromCsr operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon Resource Name (ARN) of the certificate.The ID of the certificate.The certificate data, in PEM format.int
hashCode()
void
setCertificateArn
(String certificateArn) The Amazon Resource Name (ARN) of the certificate.void
setCertificateId
(String certificateId) The ID of the certificate.void
setCertificatePem
(String certificatePem) The certificate data, in PEM format.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificateArn
(String certificateArn) The Amazon Resource Name (ARN) of the certificate.withCertificateId
(String certificateId) The ID of the certificate.withCertificatePem
(String certificatePem) The certificate data, in PEM format.
-
Constructor Details
-
CreateCertificateFromCsrResult
public CreateCertificateFromCsrResult()
-
-
Method Details
-
setCertificateArn
The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
- Parameters:
certificateArn
- The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
-
getCertificateArn
The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
- Returns:
- The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
-
withCertificateArn
The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
- Parameters:
certificateArn
- The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCertificateId
The ID of the certificate. Certificate management operations only take a certificateId.
- Parameters:
certificateId
- The ID of the certificate. Certificate management operations only take a certificateId.
-
getCertificateId
The ID of the certificate. Certificate management operations only take a certificateId.
- Returns:
- The ID of the certificate. Certificate management operations only take a certificateId.
-
withCertificateId
The ID of the certificate. Certificate management operations only take a certificateId.
- Parameters:
certificateId
- The ID of the certificate. Certificate management operations only take a certificateId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCertificatePem
The certificate data, in PEM format.
- Parameters:
certificatePem
- The certificate data, in PEM format.
-
getCertificatePem
The certificate data, in PEM format.
- Returns:
- The certificate data, in PEM format.
-
withCertificatePem
The certificate data, in PEM format.
- Parameters:
certificatePem
- The certificate data, in PEM format.- 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
-