public class CreateKeysAndCertificateRequest extends AmazonWebServiceRequest implements Serializable
Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key.
Note This is the only time AWS IoT issues the private key for this certificate, so it is important to keep it in a secure location.
| Constructor and Description |
|---|
CreateKeysAndCertificateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getSetAsActive()
Specifies whether the certificate is active.
|
int |
hashCode() |
Boolean |
isSetAsActive()
Specifies whether the certificate is active.
|
void |
setSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateKeysAndCertificateRequest |
withSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic Boolean isSetAsActive()
Specifies whether the certificate is active.
Specifies whether the certificate is active.
public Boolean getSetAsActive()
Specifies whether the certificate is active.
Specifies whether the certificate is active.
public void setSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
setAsActive - Specifies whether the certificate is active.
public CreateKeysAndCertificateRequest withSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
Returns a reference to this object so that method calls can be chained together.
setAsActive - Specifies whether the certificate is active.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.