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