Class CfnCertificateAuthority.SubjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.SubjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateAuthority.SubjectProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCertificateAuthority.SubjectProperty
@Stability(Stable)
@Internal
public static final class CfnCertificateAuthority.SubjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificateAuthority.SubjectProperty
An implementation for
CfnCertificateAuthority.SubjectProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.SubjectProperty
CfnCertificateAuthority.SubjectProperty.Builder, CfnCertificateAuthority.SubjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCertificateAuthority.SubjectProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringFully qualified domain name (FQDN) associated with the certificate subject.final StringTwo-digit code that specifies the country in which the certificate subject located.final ObjectContains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value.final StringDisambiguating information for the certificate subject.final StringTypically a qualifier appended to the name of an individual.final StringFirst name.final StringConcatenation that typically contains the first letter of the GivenName, the first letter of the middle name if one exists, and the first letter of the SurName.final StringThe locality (such as a city or town) in which the certificate subject is located.final StringLegal name of the organization with which the certificate subject is affiliated.final StringA subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.final StringTypically a shortened version of a longer GivenName.final StringThe certificate serial number.final StringgetState()State in which the subject of the certificate is located.final StringFamily name.final StringgetTitle()A personal title such as Mr.final inthashCode()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 theCfnCertificateAuthority.SubjectProperty.Builder.
-
-
Method Details
-
getCommonName
Description copied from interface:CfnCertificateAuthority.SubjectPropertyFully qualified domain name (FQDN) associated with the certificate subject.- Specified by:
getCommonNamein interfaceCfnCertificateAuthority.SubjectProperty
-
getCountry
Description copied from interface:CfnCertificateAuthority.SubjectPropertyTwo-digit code that specifies the country in which the certificate subject located.- Specified by:
getCountryin interfaceCfnCertificateAuthority.SubjectProperty
-
getCustomAttributes
Description copied from interface:CfnCertificateAuthority.SubjectPropertyContains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST’s definition of Object Identifier (OID) .Custom attributes cannot be used in combination with standard attributes.
- Specified by:
getCustomAttributesin interfaceCfnCertificateAuthority.SubjectProperty
-
getDistinguishedNameQualifier
Description copied from interface:CfnCertificateAuthority.SubjectPropertyDisambiguating information for the certificate subject.- Specified by:
getDistinguishedNameQualifierin interfaceCfnCertificateAuthority.SubjectProperty
-
getGenerationQualifier
Description copied from interface:CfnCertificateAuthority.SubjectPropertyTypically a qualifier appended to the name of an individual.Examples include Jr. for junior, Sr. for senior, and III for third.
- Specified by:
getGenerationQualifierin interfaceCfnCertificateAuthority.SubjectProperty
-
getGivenName
Description copied from interface:CfnCertificateAuthority.SubjectPropertyFirst name.- Specified by:
getGivenNamein interfaceCfnCertificateAuthority.SubjectProperty
-
getInitials
Description copied from interface:CfnCertificateAuthority.SubjectPropertyConcatenation that typically contains the first letter of the GivenName, the first letter of the middle name if one exists, and the first letter of the SurName.- Specified by:
getInitialsin interfaceCfnCertificateAuthority.SubjectProperty
-
getLocality
Description copied from interface:CfnCertificateAuthority.SubjectPropertyThe locality (such as a city or town) in which the certificate subject is located.- Specified by:
getLocalityin interfaceCfnCertificateAuthority.SubjectProperty
-
getOrganization
Description copied from interface:CfnCertificateAuthority.SubjectPropertyLegal name of the organization with which the certificate subject is affiliated.- Specified by:
getOrganizationin interfaceCfnCertificateAuthority.SubjectProperty
-
getOrganizationalUnit
Description copied from interface:CfnCertificateAuthority.SubjectPropertyA subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.- Specified by:
getOrganizationalUnitin interfaceCfnCertificateAuthority.SubjectProperty
-
getPseudonym
Description copied from interface:CfnCertificateAuthority.SubjectPropertyTypically a shortened version of a longer GivenName.For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza.
- Specified by:
getPseudonymin interfaceCfnCertificateAuthority.SubjectProperty
-
getSerialNumber
Description copied from interface:CfnCertificateAuthority.SubjectPropertyThe certificate serial number.- Specified by:
getSerialNumberin interfaceCfnCertificateAuthority.SubjectProperty
-
getState
Description copied from interface:CfnCertificateAuthority.SubjectPropertyState in which the subject of the certificate is located.- Specified by:
getStatein interfaceCfnCertificateAuthority.SubjectProperty
-
getSurname
Description copied from interface:CfnCertificateAuthority.SubjectPropertyFamily name.- Specified by:
getSurnamein interfaceCfnCertificateAuthority.SubjectProperty
-
getTitle
Description copied from interface:CfnCertificateAuthority.SubjectPropertyA personal title such as Mr.- Specified by:
getTitlein interfaceCfnCertificateAuthority.SubjectProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-