Class ApigeeKeystoresAliasesSelfSignedCertSubject.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.apigee_keystores_aliases_self_signed_cert.ApigeeKeystoresAliasesSelfSignedCertSubject.Jsii$Proxy
-
- All Implemented Interfaces:
ApigeeKeystoresAliasesSelfSignedCertSubject,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApigeeKeystoresAliasesSelfSignedCertSubject
@Stability(Stable) @Internal public static final class ApigeeKeystoresAliasesSelfSignedCertSubject.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApigeeKeystoresAliasesSelfSignedCertSubject
An implementation forApigeeKeystoresAliasesSelfSignedCertSubject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.apigee_keystores_aliases_self_signed_cert.ApigeeKeystoresAliasesSelfSignedCertSubject
ApigeeKeystoresAliasesSelfSignedCertSubject.Builder, ApigeeKeystoresAliasesSelfSignedCertSubject.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApigeeKeystoresAliasesSelfSignedCertSubject.Builder builder)Constructor that initializes the object based on literal property values passed by theApigeeKeystoresAliasesSelfSignedCertSubject.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetCommonName()Common name of the organization.StringgetCountryCode()Two-letter country code.StringgetEmail()Email address.StringgetLocality()City or town name.StringgetOrg()Organization name.StringgetOrgUnit()Organization team name.StringgetState()State or district name.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(ApigeeKeystoresAliasesSelfSignedCertSubject.Builder builder)
Constructor that initializes the object based on literal property values passed by theApigeeKeystoresAliasesSelfSignedCertSubject.Builder.
-
-
Method Detail
-
getCommonName
public final String getCommonName()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertSubjectCommon name of the organization. Maximum length is 64 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#common_name ApigeeKeystoresAliasesSelfSignedCert#common_name}
- Specified by:
getCommonNamein interfaceApigeeKeystoresAliasesSelfSignedCertSubject
-
getCountryCode
public final String getCountryCode()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertSubjectTwo-letter country code. Example, IN for India, US for United States of America.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#country_code ApigeeKeystoresAliasesSelfSignedCert#country_code}
- Specified by:
getCountryCodein interfaceApigeeKeystoresAliasesSelfSignedCertSubject
-
getEmail
public final String getEmail()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertSubjectEmail address. Max 255 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#email ApigeeKeystoresAliasesSelfSignedCert#email}
- Specified by:
getEmailin interfaceApigeeKeystoresAliasesSelfSignedCertSubject
-
getLocality
public final String getLocality()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertSubjectCity or town name. Maximum length is 128 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#locality ApigeeKeystoresAliasesSelfSignedCert#locality}
- Specified by:
getLocalityin interfaceApigeeKeystoresAliasesSelfSignedCertSubject
-
getOrg
public final String getOrg()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertSubjectOrganization name. Maximum length is 64 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#org ApigeeKeystoresAliasesSelfSignedCert#org}
- Specified by:
getOrgin interfaceApigeeKeystoresAliasesSelfSignedCertSubject
-
getOrgUnit
public final String getOrgUnit()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertSubjectOrganization team name. Maximum length is 64 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#org_unit ApigeeKeystoresAliasesSelfSignedCert#org_unit}
- Specified by:
getOrgUnitin interfaceApigeeKeystoresAliasesSelfSignedCertSubject
-
getState
public final String getState()
Description copied from interface:ApigeeKeystoresAliasesSelfSignedCertSubjectState or district name. Maximum length is 128 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#state ApigeeKeystoresAliasesSelfSignedCert#state}
- Specified by:
getStatein interfaceApigeeKeystoresAliasesSelfSignedCertSubject
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-