Class ApigeeKeystoresAliasesSelfSignedCertSubjectOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.385Z")
    @Stability(Stable)
    public class ApigeeKeystoresAliasesSelfSignedCertSubjectOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ApigeeKeystoresAliasesSelfSignedCertSubjectOutputReference

        protected ApigeeKeystoresAliasesSelfSignedCertSubjectOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • ApigeeKeystoresAliasesSelfSignedCertSubjectOutputReference

        protected ApigeeKeystoresAliasesSelfSignedCertSubjectOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ApigeeKeystoresAliasesSelfSignedCertSubjectOutputReference

        @Stability(Stable)
        public ApigeeKeystoresAliasesSelfSignedCertSubjectOutputReference​(@NotNull
                                                                          com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                          @NotNull
                                                                          String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetCommonName

        @Stability(Stable)
        public void resetCommonName()
      • resetCountryCode

        @Stability(Stable)
        public void resetCountryCode()
      • resetEmail

        @Stability(Stable)
        public void resetEmail()
      • resetLocality

        @Stability(Stable)
        public void resetLocality()
      • resetOrg

        @Stability(Stable)
        public void resetOrg()
      • resetOrgUnit

        @Stability(Stable)
        public void resetOrgUnit()
      • resetState

        @Stability(Stable)
        public void resetState()
      • getCommonNameInput

        @Stability(Stable)
        @Nullable
        public String getCommonNameInput()
      • getCountryCodeInput

        @Stability(Stable)
        @Nullable
        public String getCountryCodeInput()
      • getEmailInput

        @Stability(Stable)
        @Nullable
        public String getEmailInput()
      • getLocalityInput

        @Stability(Stable)
        @Nullable
        public String getLocalityInput()
      • getOrgInput

        @Stability(Stable)
        @Nullable
        public String getOrgInput()
      • getOrgUnitInput

        @Stability(Stable)
        @Nullable
        public String getOrgUnitInput()
      • getStateInput

        @Stability(Stable)
        @Nullable
        public String getStateInput()
      • getCommonName

        @Stability(Stable)
        @NotNull
        public String getCommonName()
      • setCommonName

        @Stability(Stable)
        public void setCommonName​(@NotNull
                                  String value)
      • getCountryCode

        @Stability(Stable)
        @NotNull
        public String getCountryCode()
      • setCountryCode

        @Stability(Stable)
        public void setCountryCode​(@NotNull
                                   String value)
      • getEmail

        @Stability(Stable)
        @NotNull
        public String getEmail()
      • setEmail

        @Stability(Stable)
        public void setEmail​(@NotNull
                             String value)
      • getLocality

        @Stability(Stable)
        @NotNull
        public String getLocality()
      • setLocality

        @Stability(Stable)
        public void setLocality​(@NotNull
                                String value)
      • getOrg

        @Stability(Stable)
        @NotNull
        public String getOrg()
      • setOrg

        @Stability(Stable)
        public void setOrg​(@NotNull
                           String value)
      • getOrgUnit

        @Stability(Stable)
        @NotNull
        public String getOrgUnit()
      • setOrgUnit

        @Stability(Stable)
        public void setOrgUnit​(@NotNull
                               String value)
      • getState

        @Stability(Stable)
        @NotNull
        public String getState()
      • setState

        @Stability(Stable)
        public void setState​(@NotNull
                             String value)