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 request.
|
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()
A boolean value that specifies if the CA certificate is set to active.
|
int |
hashCode() |
Boolean |
isSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
|
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)
A boolean value that specifies if the CA certificate is set to active.
|
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)
A boolean value that specifies if the CA certificate is set to active.
|
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 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.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.public Boolean getSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
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.public Boolean isSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
public String toString()
toString
in class Object
Object.toString()
public RegisterCertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.