public class RegisterCACertificateResult extends Object implements Serializable
The output from the RegisterCACertificateResponse operation.
| Constructor and Description |
|---|
RegisterCACertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCertificateArn()
The CA certificate ARN.
|
String |
getCertificateId()
The CA certificate identifier.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
The CA certificate ARN.
|
void |
setCertificateId(String certificateId)
The CA certificate identifier.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterCACertificateResult |
withCertificateArn(String certificateArn)
The CA certificate ARN.
|
RegisterCACertificateResult |
withCertificateId(String certificateId)
The CA certificate identifier.
|
public String getCertificateArn()
The CA certificate ARN.
The CA certificate ARN.
public void setCertificateArn(String certificateArn)
The CA certificate ARN.
certificateArn - The CA certificate ARN.
public RegisterCACertificateResult withCertificateArn(String certificateArn)
The CA certificate ARN.
Returns a reference to this object so that method calls can be chained together.
certificateArn - The CA certificate ARN.
public String getCertificateId()
The CA certificate identifier.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The CA certificate identifier.
public void setCertificateId(String certificateId)
The CA certificate identifier.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId - The CA certificate identifier.
public RegisterCACertificateResult withCertificateId(String certificateId)
The CA certificate identifier.
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 CA certificate identifier.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.