@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input to the RegisterCertificate operation.
NOOP| Constructor and Description | 
|---|
RegisterCertificateRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
RegisterCertificateRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getCaCertificatePem()
 The CA certificate used to sign the device certificate being registered. 
 | 
String | 
getCertificatePem()
 The certificate data, in PEM format. 
 | 
Boolean | 
getSetAsActive()
Deprecated.  
 | 
String | 
getStatus()
 The status of the register certificate request. 
 | 
int | 
hashCode()  | 
Boolean | 
isSetAsActive()
Deprecated.  
 | 
void | 
setCaCertificatePem(String caCertificatePem)
 The CA certificate used to sign the device certificate being registered. 
 | 
void | 
setCertificatePem(String certificatePem)
 The certificate data, in PEM format. 
 | 
void | 
setSetAsActive(Boolean setAsActive)
Deprecated.  
 | 
void | 
setStatus(CertificateStatus status)
 The status of the register certificate request. 
 | 
void | 
setStatus(String status)
 The status of the register certificate request. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
RegisterCertificateRequest | 
withCaCertificatePem(String caCertificatePem)
 The CA certificate used to sign the device certificate being registered. 
 | 
RegisterCertificateRequest | 
withCertificatePem(String certificatePem)
 The certificate data, in PEM format. 
 | 
RegisterCertificateRequest | 
withSetAsActive(Boolean setAsActive)
Deprecated.  
 | 
RegisterCertificateRequest | 
withStatus(CertificateStatus status)
 The status of the register certificate request. 
 | 
RegisterCertificateRequest | 
withStatus(String status)
 The status of the register certificate request. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCertificatePem(String certificatePem)
The certificate data, in PEM format.
certificatePem - The certificate data, in PEM format.public String getCertificatePem()
The certificate data, in PEM format.
public RegisterCertificateRequest withCertificatePem(String certificatePem)
The certificate data, in PEM format.
certificatePem - The certificate data, in PEM format.public void setCaCertificatePem(String caCertificatePem)
The CA certificate used to sign the device certificate being registered.
caCertificatePem - The CA certificate used to sign the device certificate being registered.public String getCaCertificatePem()
The CA certificate used to sign the device certificate being registered.
public RegisterCertificateRequest withCaCertificatePem(String caCertificatePem)
The CA certificate used to sign the device certificate being registered.
caCertificatePem - The CA certificate used to sign the device certificate being registered.@Deprecated public void setSetAsActive(Boolean setAsActive)
A boolean value that specifies if the CA certificate is set to active.
setAsActive - A boolean value that specifies if the CA certificate is set to active.@Deprecated public Boolean getSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
@Deprecated public RegisterCertificateRequest withSetAsActive(Boolean setAsActive)
A boolean value that specifies if the CA certificate is set to active.
setAsActive - A boolean value that specifies if the CA certificate is set to active.@Deprecated public Boolean isSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
public void setStatus(String status)
The status of the register certificate request.
status - The status of the register certificate request.CertificateStatuspublic String getStatus()
The status of the register certificate request.
CertificateStatuspublic RegisterCertificateRequest withStatus(String status)
The status of the register certificate request.
status - The status of the register certificate request.CertificateStatuspublic void setStatus(CertificateStatus status)
The status of the register certificate request.
status - The status of the register certificate request.CertificateStatuspublic RegisterCertificateRequest withStatus(CertificateStatus status)
The status of the register certificate request.
status - The status of the register certificate request.CertificateStatuspublic String toString()
toString in class ObjectObject.toString()public RegisterCertificateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.