Class CodecommitTriggerTriggerOutputReference

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:51.053Z")
    @Stability(Stable)
    public class CodecommitTriggerTriggerOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CodecommitTriggerTriggerOutputReference

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

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

        @Stability(Stable)
        public CodecommitTriggerTriggerOutputReference​(@NotNull
                                                       com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                       @NotNull
                                                       String terraformAttribute,
                                                       @NotNull
                                                       Number complexObjectIndex,
                                                       @NotNull
                                                       Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • resetBranches

        @Stability(Stable)
        public void resetBranches()
      • resetCustomData

        @Stability(Stable)
        public void resetCustomData()
      • getBranchesInput

        @Stability(Stable)
        @Nullable
        public List<String> getBranchesInput()
      • getCustomDataInput

        @Stability(Stable)
        @Nullable
        public String getCustomDataInput()
      • getDestinationArnInput

        @Stability(Stable)
        @Nullable
        public String getDestinationArnInput()
      • getEventsInput

        @Stability(Stable)
        @Nullable
        public List<String> getEventsInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getBranches

        @Stability(Stable)
        @NotNull
        public List<String> getBranches()
      • setBranches

        @Stability(Stable)
        public void setBranches​(@NotNull
                                List<String> value)
      • getCustomData

        @Stability(Stable)
        @NotNull
        public String getCustomData()
      • setCustomData

        @Stability(Stable)
        public void setCustomData​(@NotNull
                                  String value)
      • getDestinationArn

        @Stability(Stable)
        @NotNull
        public String getDestinationArn()
      • setDestinationArn

        @Stability(Stable)
        public void setDestinationArn​(@NotNull
                                      String value)
      • getEvents

        @Stability(Stable)
        @NotNull
        public List<String> getEvents()
      • setEvents

        @Stability(Stable)
        public void setEvents​(@NotNull
                              List<String> value)
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • setName

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)