Class Certificates
- java.lang.Object
-
- software.amazon.awssdk.services.cloudhsmv2.model.Certificates
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Certificates.Builder,Certificates>
@Generated("software.amazon.awssdk:codegen") public final class Certificates extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Certificates.Builder,Certificates>
Contains one or more certificates or a certificate signing request (CSR).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCertificates.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsHardwareCertificate()The HSM hardware certificate issued (signed) by CloudHSM.static Certificates.Builderbuilder()StringclusterCertificate()The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.StringclusterCsr()The cluster's certificate signing request (CSR).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhsmCertificate()The HSM certificate issued (signed) by the HSM hardware.StringmanufacturerHardwareCertificate()The HSM hardware certificate issued (signed) by the hardware manufacturer.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Certificates.Builder>serializableBuilderClass()Certificates.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
clusterCsr
public final String clusterCsr()
The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is
UNINITIALIZED.- Returns:
- The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is
UNINITIALIZED.
-
hsmCertificate
public final String hsmCertificate()
The HSM certificate issued (signed) by the HSM hardware.
- Returns:
- The HSM certificate issued (signed) by the HSM hardware.
-
awsHardwareCertificate
public final String awsHardwareCertificate()
The HSM hardware certificate issued (signed) by CloudHSM.
- Returns:
- The HSM hardware certificate issued (signed) by CloudHSM.
-
manufacturerHardwareCertificate
public final String manufacturerHardwareCertificate()
The HSM hardware certificate issued (signed) by the hardware manufacturer.
- Returns:
- The HSM hardware certificate issued (signed) by the hardware manufacturer.
-
clusterCertificate
public final String clusterCertificate()
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
- Returns:
- The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
-
toBuilder
public Certificates.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Certificates.Builder,Certificates>
-
builder
public static Certificates.Builder builder()
-
serializableBuilderClass
public static Class<? extends Certificates.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-