public static final class CfnCertificate.PolicyInformationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCertificate.PolicyInformationProperty
CfnCertificate.PolicyInformationProperty
CfnCertificate.PolicyInformationProperty.Builder, CfnCertificate.PolicyInformationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCertPolicyId()
Specifies the object identifier (OID) of the certificate policy under which the certificate was issued.
|
java.lang.Object |
getPolicyQualifiers()
Modifies the given `CertPolicyId` with a qualifier.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getCertPolicyId()
CfnCertificate.PolicyInformationProperty
For more information, see NIST's definition of Object Identifier (OID) .
getCertPolicyId
in interface CfnCertificate.PolicyInformationProperty
public final java.lang.Object getPolicyQualifiers()
CfnCertificate.PolicyInformationProperty
ACM Private CA supports the certification practice statement (CPS) qualifier.
getPolicyQualifiers
in interface CfnCertificate.PolicyInformationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()