public class RequestCertificateResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
certificateArn
String that contains the ARN of the issued certificate.
|
Constructor and Description |
---|
RequestCertificateResult() |
Modifier and Type | Method and Description |
---|---|
RequestCertificateResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificateArn()
String that contains the ARN of the issued certificate.
|
int |
hashCode() |
void |
setCertificateArn(java.lang.String certificateArn)
String that contains the ARN of the issued certificate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RequestCertificateResult |
withCertificateArn(java.lang.String certificateArn)
String that contains the ARN of the issued certificate.
|
private java.lang.String certificateArn
String that contains the ARN of the issued certificate. This must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
public void setCertificateArn(java.lang.String certificateArn)
String that contains the ARN of the issued certificate. This must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
certificateArn
- String that contains the ARN of the issued certificate. This must
be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
public java.lang.String getCertificateArn()
String that contains the ARN of the issued certificate. This must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
public RequestCertificateResult withCertificateArn(java.lang.String certificateArn)
String that contains the ARN of the issued certificate. This must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
certificateArn
- String that contains the ARN of the issued certificate. This must
be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RequestCertificateResult clone()
clone
in class java.lang.Object