@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) |
Certificate |
getCertificate()
The certificate to be uploaded.
|
int |
hashCode() |
void |
setCertificate(Certificate certificate)
The certificate to be uploaded.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ImportCertificateResult |
withCertificate(Certificate certificate)
The certificate to be uploaded.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCertificate(Certificate certificate)
The certificate to be uploaded.
certificate
- The certificate to be uploaded.public Certificate getCertificate()
The certificate to be uploaded.
public ImportCertificateResult withCertificate(Certificate certificate)
The certificate to be uploaded.
certificate
- The certificate to be uploaded.public String toString()
toString
in class Object
Object.toString()
public ImportCertificateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.