@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Certificates extends Object implements Serializable, Cloneable, StructuredPojo
Contains one or more certificates or a certificate signing request (CSR).
Constructor and Description |
---|
Certificates() |
Modifier and Type | Method and Description |
---|---|
Certificates |
clone() |
boolean |
equals(Object obj) |
String |
getAwsHardwareCertificate()
The HSM hardware certificate issued (signed) by CloudHSM.
|
String |
getClusterCertificate()
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
|
String |
getClusterCsr()
The cluster's certificate signing request (CSR).
|
String |
getHsmCertificate()
The HSM certificate issued (signed) by the HSM hardware.
|
String |
getManufacturerHardwareCertificate()
The HSM hardware certificate issued (signed) by the hardware manufacturer.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAwsHardwareCertificate(String awsHardwareCertificate)
The HSM hardware certificate issued (signed) by CloudHSM.
|
void |
setClusterCertificate(String clusterCertificate)
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
|
void |
setClusterCsr(String clusterCsr)
The cluster's certificate signing request (CSR).
|
void |
setHsmCertificate(String hsmCertificate)
The HSM certificate issued (signed) by the HSM hardware.
|
void |
setManufacturerHardwareCertificate(String manufacturerHardwareCertificate)
The HSM hardware certificate issued (signed) by the hardware manufacturer.
|
String |
toString()
Returns a string representation of this object.
|
Certificates |
withAwsHardwareCertificate(String awsHardwareCertificate)
The HSM hardware certificate issued (signed) by CloudHSM.
|
Certificates |
withClusterCertificate(String clusterCertificate)
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
|
Certificates |
withClusterCsr(String clusterCsr)
The cluster's certificate signing request (CSR).
|
Certificates |
withHsmCertificate(String hsmCertificate)
The HSM certificate issued (signed) by the HSM hardware.
|
Certificates |
withManufacturerHardwareCertificate(String manufacturerHardwareCertificate)
The HSM hardware certificate issued (signed) by the hardware manufacturer.
|
public void setClusterCsr(String clusterCsr)
The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is
UNINITIALIZED
.
clusterCsr
- The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is
UNINITIALIZED
.public String getClusterCsr()
The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is
UNINITIALIZED
.
UNINITIALIZED
.public Certificates withClusterCsr(String clusterCsr)
The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is
UNINITIALIZED
.
clusterCsr
- The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is
UNINITIALIZED
.public void setHsmCertificate(String hsmCertificate)
The HSM certificate issued (signed) by the HSM hardware.
hsmCertificate
- The HSM certificate issued (signed) by the HSM hardware.public String getHsmCertificate()
The HSM certificate issued (signed) by the HSM hardware.
public Certificates withHsmCertificate(String hsmCertificate)
The HSM certificate issued (signed) by the HSM hardware.
hsmCertificate
- The HSM certificate issued (signed) by the HSM hardware.public void setAwsHardwareCertificate(String awsHardwareCertificate)
The HSM hardware certificate issued (signed) by CloudHSM.
awsHardwareCertificate
- The HSM hardware certificate issued (signed) by CloudHSM.public String getAwsHardwareCertificate()
The HSM hardware certificate issued (signed) by CloudHSM.
public Certificates withAwsHardwareCertificate(String awsHardwareCertificate)
The HSM hardware certificate issued (signed) by CloudHSM.
awsHardwareCertificate
- The HSM hardware certificate issued (signed) by CloudHSM.public void setManufacturerHardwareCertificate(String manufacturerHardwareCertificate)
The HSM hardware certificate issued (signed) by the hardware manufacturer.
manufacturerHardwareCertificate
- The HSM hardware certificate issued (signed) by the hardware manufacturer.public String getManufacturerHardwareCertificate()
The HSM hardware certificate issued (signed) by the hardware manufacturer.
public Certificates withManufacturerHardwareCertificate(String manufacturerHardwareCertificate)
The HSM hardware certificate issued (signed) by the hardware manufacturer.
manufacturerHardwareCertificate
- The HSM hardware certificate issued (signed) by the hardware manufacturer.public void setClusterCertificate(String clusterCertificate)
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
clusterCertificate
- The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.public String getClusterCertificate()
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
public Certificates withClusterCertificate(String clusterCertificate)
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
clusterCertificate
- The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.public String toString()
toString
in class Object
Object.toString()
public Certificates clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.