@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCertificateFromCsrResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output from the CreateCertificateFromCsr operation.
Constructor and Description |
---|
CreateCertificateFromCsrResult() |
Modifier and Type | Method and Description |
---|---|
CreateCertificateFromCsrResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 String getCertificateArn()
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.
certificateArn
- The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy
operations.public void setCertificateId(String certificateId)
The ID of the certificate. Certificate management operations only take a certificateId.
certificateId
- The ID of the certificate. Certificate management operations only take a certificateId.public String getCertificateId()
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.
certificateId
- The ID of the certificate. Certificate management operations only take a certificateId.public void setCertificatePem(String certificatePem)
The certificate data, in PEM format.
certificatePem
- The certificate data, in PEM format.public String getCertificatePem()
The certificate data, in PEM format.
public CreateCertificateFromCsrResult withCertificatePem(String certificatePem)
The certificate data, in PEM format.
certificatePem
- The certificate data, in PEM format.public String toString()
toString
in class Object
Object.toString()
public CreateCertificateFromCsrResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.