public class RegisterCACertificateResult
extends java.lang.Object
implements java.io.Serializable
The output from the RegisterCACertificateResponse operation.
Constructor and Description |
---|
RegisterCACertificateResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificateArn()
The CA certificate ARN.
|
java.lang.String |
getCertificateId()
The CA certificate identifier.
|
int |
hashCode() |
void |
setCertificateArn(java.lang.String certificateArn)
The CA certificate ARN.
|
void |
setCertificateId(java.lang.String certificateId)
The CA certificate identifier.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterCACertificateResult |
withCertificateArn(java.lang.String certificateArn)
The CA certificate ARN.
|
RegisterCACertificateResult |
withCertificateId(java.lang.String certificateId)
The CA certificate identifier.
|
public java.lang.String getCertificateArn()
The CA certificate ARN.
The CA certificate ARN.
public void setCertificateArn(java.lang.String certificateArn)
The CA certificate ARN.
certificateArn
- The CA certificate ARN.
public RegisterCACertificateResult withCertificateArn(java.lang.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 java.lang.String getCertificateId()
The CA certificate identifier.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The CA certificate identifier.
public void setCertificateId(java.lang.String certificateId)
The CA certificate identifier.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId
- The CA certificate identifier.
public RegisterCACertificateResult withCertificateId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.