Class CfnCertificate.ApiPassthroughProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.acmpca.CfnCertificate.ApiPassthroughProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificate.ApiPassthroughProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCertificate.ApiPassthroughProperty
@Stability(Stable)
@Internal
public static final class CfnCertificate.ApiPassthroughProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificate.ApiPassthroughProperty
An implementation for
CfnCertificate.ApiPassthroughProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.acmpca.CfnCertificate.ApiPassthroughProperty
CfnCertificate.ApiPassthroughProperty.Builder, CfnCertificate.ApiPassthroughProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCertificate.ApiPassthroughProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCertificate.ApiPassthroughProperty.Builder
.
-
-
Method Details
-
getExtensions
Description copied from interface:CfnCertificate.ApiPassthroughProperty
Specifies X.509 extension information for a certificate.- Specified by:
getExtensions
in interfaceCfnCertificate.ApiPassthroughProperty
-
getSubject
Description copied from interface:CfnCertificate.ApiPassthroughProperty
Contains information about the certificate subject.The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subject must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.
- Specified by:
getSubject
in interfaceCfnCertificate.ApiPassthroughProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-