@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RequestCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RequestCertificateResult() |
Modifier and Type | Method and Description |
---|---|
RequestCertificateResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
String that contains the ARN of the issued certificate.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
String that contains the ARN of the issued certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RequestCertificateResult |
withCertificateArn(String certificateArn)
String that contains the ARN of the issued certificate.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCertificateArn(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 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(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 String toString()
toString
in class Object
Object.toString()
public RequestCertificateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.