Class RepositoryTriggerOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codecommit.RepositoryTriggerOptions.Jsii$Proxy
All Implemented Interfaces:
RepositoryTriggerOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
RepositoryTriggerOptions

@Stability(Stable) @Internal public static final class RepositoryTriggerOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RepositoryTriggerOptions
An implementation for RepositoryTriggerOptions
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codecommit.RepositoryTriggerOptions

    RepositoryTriggerOptions.Builder, RepositoryTriggerOptions.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the RepositoryTriggerOptions.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final List<String>
    The names of the branches in the AWS CodeCommit repository that contain events that you want to include in the trigger.
    final String
    When an event is triggered, additional information that AWS CodeCommit includes when it sends information to the target.
    The repository events for which AWS CodeCommit sends information to the target, which you specified in the DestinationArn property.If you don't specify events, the trigger runs for all repository events.
    final String
    A name for the trigger.Triggers on a repository must have unique names.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(RepositoryTriggerOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the RepositoryTriggerOptions.Builder.
  • Method Details

    • getBranches

      public final List<String> getBranches()
      Description copied from interface: RepositoryTriggerOptions
      The names of the branches in the AWS CodeCommit repository that contain events that you want to include in the trigger.

      If you don't specify at least one branch, the trigger applies to all branches.

      Specified by:
      getBranches in interface RepositoryTriggerOptions
    • getCustomData

      public final String getCustomData()
      Description copied from interface: RepositoryTriggerOptions
      When an event is triggered, additional information that AWS CodeCommit includes when it sends information to the target.
      Specified by:
      getCustomData in interface RepositoryTriggerOptions
    • getEvents

      public final List<RepositoryEventTrigger> getEvents()
      Description copied from interface: RepositoryTriggerOptions
      The repository events for which AWS CodeCommit sends information to the target, which you specified in the DestinationArn property.If you don't specify events, the trigger runs for all repository events.
      Specified by:
      getEvents in interface RepositoryTriggerOptions
    • getName

      public final String getName()
      Description copied from interface: RepositoryTriggerOptions
      A name for the trigger.Triggers on a repository must have unique names.
      Specified by:
      getName in interface RepositoryTriggerOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object