public class RegisterCertificateWithoutCARequest extends AmazonWebServiceRequest implements java.io.Serializable
Register a certificate that does not have a certificate authority (CA).
Constructor and Description |
---|
RegisterCertificateWithoutCARequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificatePem()
The certificate data, in PEM format.
|
java.lang.String |
getStatus()
The status of the register certificate request.
|
int |
hashCode() |
void |
setCertificatePem(java.lang.String certificatePem)
The certificate data, in PEM format.
|
void |
setStatus(CertificateStatus status)
The status of the register certificate request.
|
void |
setStatus(java.lang.String status)
The status of the register certificate request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterCertificateWithoutCARequest |
withCertificatePem(java.lang.String certificatePem)
The certificate data, in PEM format.
|
RegisterCertificateWithoutCARequest |
withStatus(CertificateStatus status)
The status of the register certificate request.
|
RegisterCertificateWithoutCARequest |
withStatus(java.lang.String status)
The status of the register certificate request.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getCertificatePem()
The certificate data, in PEM format.
Constraints:
Length: 1 - 65536
The certificate data, in PEM format.
public void setCertificatePem(java.lang.String certificatePem)
The certificate data, in PEM format.
Constraints:
Length: 1 - 65536
certificatePem
- The certificate data, in PEM format.
public RegisterCertificateWithoutCARequest withCertificatePem(java.lang.String certificatePem)
The certificate data, in PEM format.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 65536
certificatePem
- The certificate data, in PEM format.
public java.lang.String getStatus()
The status of the register certificate request.
Constraints:
Allowed Values: ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER,
REGISTER_INACTIVE, PENDING_ACTIVATION
The status of the register certificate request.
CertificateStatus
public void setStatus(java.lang.String status)
The status of the register certificate request.
Constraints:
Allowed Values: ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER,
REGISTER_INACTIVE, PENDING_ACTIVATION
status
- The status of the register certificate request.
CertificateStatus
public RegisterCertificateWithoutCARequest withStatus(java.lang.String status)
The status of the register certificate request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER,
REGISTER_INACTIVE, PENDING_ACTIVATION
status
- The status of the register certificate request.
CertificateStatus
public void setStatus(CertificateStatus status)
The status of the register certificate request.
Constraints:
Allowed Values: ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER,
REGISTER_INACTIVE, PENDING_ACTIVATION
status
- The status of the register certificate request.
CertificateStatus
public RegisterCertificateWithoutCARequest withStatus(CertificateStatus status)
The status of the register certificate request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER,
REGISTER_INACTIVE, PENDING_ACTIVATION
status
- The status of the register certificate request.
CertificateStatus
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.