@Stability(value=Stable) @Internal public static final class CfnCertificate.SubjectProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCertificate.SubjectProperty
CfnCertificate.SubjectPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCertificate.SubjectProperty.Builder, CfnCertificate.SubjectProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCertificate.SubjectProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCertificate.ApiPassthroughProperty.Builder. |
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(Object o) |
String |
getCommonName()
For CA and end-entity certificates in a private PKI, the common name (CN) can be any string within the length limit.
|
String |
getCountry()
Two-digit code that specifies the country in which the certificate subject located.
|
Object |
getCustomAttributes()
Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value.
|
String |
getDistinguishedNameQualifier()
Disambiguating information for the certificate subject.
|
String |
getGenerationQualifier()
Typically a qualifier appended to the name of an individual.
|
String |
getGivenName()
First name.
|
String |
getInitials()
Concatenation 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* .
|
String |
getLocality()
The locality (such as a city or town) in which the certificate subject is located.
|
String |
getOrganization()
Legal name of the organization with which the certificate subject is affiliated.
|
String |
getOrganizationalUnit()
A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.
|
String |
getPseudonym()
Typically a shortened version of a longer *GivenName* .
|
String |
getSerialNumber()
The certificate serial number.
|
String |
getState()
State in which the subject of the certificate is located.
|
String |
getSurname()
Family name.
|
String |
getTitle()
A title such as Mr.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCertificate.SubjectProperty.Builder builder)
CfnCertificate.ApiPassthroughProperty.Builder.public final String getCommonName()
CfnCertificate.SubjectPropertyNote: In publicly trusted certificates, the common name must be a fully qualified domain name (FQDN) associated with the certificate subject.
getCommonName in interface CfnCertificate.SubjectPropertypublic final String getCountry()
CfnCertificate.SubjectPropertygetCountry in interface CfnCertificate.SubjectPropertypublic final Object getCustomAttributes()
CfnCertificate.SubjectProperty
Custom attributes cannot be used in combination with standard attributes.
getCustomAttributes in interface CfnCertificate.SubjectPropertypublic final String getDistinguishedNameQualifier()
CfnCertificate.SubjectPropertygetDistinguishedNameQualifier in interface CfnCertificate.SubjectPropertypublic final String getGenerationQualifier()
CfnCertificate.SubjectPropertyExamples include Jr. for junior, Sr. for senior, and III for third.
getGenerationQualifier in interface CfnCertificate.SubjectPropertypublic final String getGivenName()
CfnCertificate.SubjectPropertygetGivenName in interface CfnCertificate.SubjectPropertypublic final String getInitials()
CfnCertificate.SubjectPropertygetInitials in interface CfnCertificate.SubjectPropertypublic final String getLocality()
CfnCertificate.SubjectPropertygetLocality in interface CfnCertificate.SubjectPropertypublic final String getOrganization()
CfnCertificate.SubjectPropertygetOrganization in interface CfnCertificate.SubjectPropertypublic final String getOrganizationalUnit()
CfnCertificate.SubjectPropertygetOrganizationalUnit in interface CfnCertificate.SubjectPropertypublic final String getPseudonym()
CfnCertificate.SubjectPropertyFor example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza.
getPseudonym in interface CfnCertificate.SubjectPropertypublic final String getSerialNumber()
CfnCertificate.SubjectPropertygetSerialNumber in interface CfnCertificate.SubjectPropertypublic final String getState()
CfnCertificate.SubjectPropertygetState in interface CfnCertificate.SubjectPropertypublic final String getSurname()
CfnCertificate.SubjectPropertyIn the US and the UK, for example, the surname of an individual is ordered last. In Asian cultures the surname is typically ordered first.
getSurname in interface CfnCertificate.SubjectPropertypublic final String getTitle()
CfnCertificate.SubjectPropertyor Ms., which is pre-pended to the name to refer formally to the certificate subject.
getTitle in interface CfnCertificate.SubjectProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.