public class ImportCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ImportCertificateRequest() |
| Modifier and Type | Method and Description |
|---|---|
ImportCertificateRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateIdentifier()
The customer-assigned name of the certificate.
|
String |
getCertificatePem()
The contents of the .pem X.509 certificate file.
|
int |
hashCode() |
void |
setCertificateIdentifier(String certificateIdentifier)
The customer-assigned name of the certificate.
|
void |
setCertificatePem(String certificatePem)
The contents of the .pem X.509 certificate file.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ImportCertificateRequest |
withCertificateIdentifier(String certificateIdentifier)
The customer-assigned name of the certificate.
|
ImportCertificateRequest |
withCertificatePem(String certificatePem)
The contents of the .pem X.509 certificate file.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCertificateIdentifier(String certificateIdentifier)
The customer-assigned name of the certificate. Valid characters are [A-z_0-9].
certificateIdentifier - The customer-assigned name of the certificate. Valid characters are [A-z_0-9].public String getCertificateIdentifier()
The customer-assigned name of the certificate. Valid characters are [A-z_0-9].
public ImportCertificateRequest withCertificateIdentifier(String certificateIdentifier)
The customer-assigned name of the certificate. Valid characters are [A-z_0-9].
certificateIdentifier - The customer-assigned name of the certificate. Valid characters are [A-z_0-9].public void setCertificatePem(String certificatePem)
The contents of the .pem X.509 certificate file.
certificatePem - The contents of the .pem X.509 certificate file.public String getCertificatePem()
The contents of the .pem X.509 certificate file.
public ImportCertificateRequest withCertificatePem(String certificatePem)
The contents of the .pem X.509 certificate file.
certificatePem - The contents of the .pem X.509 certificate file.public String toString()
toString in class ObjectObject.toString()public ImportCertificateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.