@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCertificateAuthorityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateCertificateAuthorityResult() |
Modifier and Type | Method and Description |
---|---|
CreateCertificateAuthorityResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateAuthorityArn()
If successful, the Amazon Resource Name (ARN) of the certificate authority (CA).
|
int |
hashCode() |
void |
setCertificateAuthorityArn(String certificateAuthorityArn)
If successful, the Amazon Resource Name (ARN) of the certificate authority (CA).
|
String |
toString()
Returns a string representation of this object.
|
CreateCertificateAuthorityResult |
withCertificateAuthorityArn(String certificateAuthorityArn)
If successful, the Amazon Resource Name (ARN) of the certificate authority (CA).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCertificateAuthorityArn(String certificateAuthorityArn)
If successful, the Amazon Resource Name (ARN) of the certificate authority (CA). This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
certificateAuthorityArn
- If successful, the Amazon Resource Name (ARN) of the certificate authority (CA). This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
public String getCertificateAuthorityArn()
If successful, the Amazon Resource Name (ARN) of the certificate authority (CA). This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
public CreateCertificateAuthorityResult withCertificateAuthorityArn(String certificateAuthorityArn)
If successful, the Amazon Resource Name (ARN) of the certificate authority (CA). This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
certificateAuthorityArn
- If successful, the Amazon Resource Name (ARN) of the certificate authority (CA). This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
public String toString()
toString
in class Object
Object.toString()
public CreateCertificateAuthorityResult clone()