public class CreateCertificateFromCsrResult extends Object implements Serializable
The output from the CreateCertificateFromCsr operation.
| Constructor and Description |
|---|
CreateCertificateFromCsrResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
|
String |
getCertificateId()
The ID of the certificate.
|
String |
getCertificatePem()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateCertificateFromCsrResult |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
CreateCertificateFromCsrResult |
withCertificateId(String certificateId)
The ID of the certificate.
|
CreateCertificateFromCsrResult |
withCertificatePem(String certificatePem)
The certificate data, in PEM format.
|
public String getCertificateArn()
The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
public void setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
certificateArn - The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
public CreateCertificateFromCsrResult withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
Returns a reference to this object so that method calls can be chained together.
certificateArn - The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
public String getCertificateId()
The ID of the certificate. Certificate management operations only take a certificateId.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The ID of the certificate. Certificate management operations only take a certificateId.
public void setCertificateId(String certificateId)
The ID of the certificate. Certificate management operations only take a certificateId.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId - The ID of the certificate. Certificate management operations only take a certificateId.
public CreateCertificateFromCsrResult withCertificateId(String certificateId)
The ID of the certificate. Certificate management operations only take a certificateId.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId - The ID of the certificate. Certificate management operations only take a certificateId.
public String getCertificatePem()
The certificate data, in PEM format.
Constraints:
Length: 1 - 65536
The certificate data, in PEM format.
public void setCertificatePem(String certificatePem)
The certificate data, in PEM format.
Constraints:
Length: 1 - 65536
certificatePem - The certificate data, in PEM format.
public CreateCertificateFromCsrResult withCertificatePem(String certificatePem)
The certificate data, in PEM format.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 65536
certificatePem - The certificate data, in PEM format.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.