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