public class ImportCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ImportCertificateRequest() |
Modifier and Type | Method and Description |
---|---|
ImportCertificateRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public ImportCertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.