public class RegisterCertificateWithoutCAResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RegisterCertificateWithoutCAResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificateArn()
The Amazon Resource Name (ARN) of the registered certificate.
|
java.lang.String |
getCertificateId()
The ID of the registered certificate.
|
int |
hashCode() |
void |
setCertificateArn(java.lang.String certificateArn)
The Amazon Resource Name (ARN) of the registered certificate.
|
void |
setCertificateId(java.lang.String certificateId)
The ID of the registered certificate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterCertificateWithoutCAResult |
withCertificateArn(java.lang.String certificateArn)
The Amazon Resource Name (ARN) of the registered certificate.
|
RegisterCertificateWithoutCAResult |
withCertificateId(java.lang.String certificateId)
The ID of the registered certificate.
|
public java.lang.String getCertificateArn()
The Amazon Resource Name (ARN) of the registered certificate.
The Amazon Resource Name (ARN) of the registered certificate.
public void setCertificateArn(java.lang.String certificateArn)
The Amazon Resource Name (ARN) of the registered certificate.
certificateArn - The Amazon Resource Name (ARN) of the registered certificate.
public RegisterCertificateWithoutCAResult withCertificateArn(java.lang.String certificateArn)
The Amazon Resource Name (ARN) of the registered certificate.
Returns a reference to this object so that method calls can be chained together.
certificateArn - The Amazon Resource Name (ARN) of the registered certificate.
public java.lang.String getCertificateId()
The ID of the registered certificate. (The last part of the certificate ARN contains the certificate ID.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The ID of the registered certificate. (The last part of the certificate ARN contains the certificate ID.
public void setCertificateId(java.lang.String certificateId)
The ID of the registered certificate. (The last part of the certificate ARN contains the certificate ID.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId - The ID of the registered certificate. (The last part of the certificate ARN contains the certificate ID.
public RegisterCertificateWithoutCAResult withCertificateId(java.lang.String certificateId)
The ID of the registered certificate. (The last part of the certificate ARN contains the certificate ID.
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 ID of the registered certificate. (The last part of the certificate ARN contains the certificate ID.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.