Class CodeBuildBuildStateChange.Source.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.codebuild.events.CodeBuildBuildStateChange.Source.Jsii$Proxy
All Implemented Interfaces:
CodeBuildBuildStateChange.Source, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CodeBuildBuildStateChange.Source

@Stability(Experimental) @Internal public static final class CodeBuildBuildStateChange.Source.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CodeBuildBuildStateChange.Source
An implementation for CodeBuildBuildStateChange.Source
  • 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(CodeBuildBuildStateChange.Source.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CodeBuildBuildStateChange.Source.Builder.
  • Method Details

    • getAuth

      public final CodeBuildBuildStateChange.Auth getAuth()
      Description copied from interface: CodeBuildBuildStateChange.Source
      (experimental) auth property.

      Specify an array of string values to match this event if the actual value of auth is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getAuth in interface CodeBuildBuildStateChange.Source
    • getBuildspec

      public final List<String> getBuildspec()
      Description copied from interface: CodeBuildBuildStateChange.Source
      (experimental) buildspec property.

      Specify an array of string values to match this event if the actual value of buildspec is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getBuildspec in interface CodeBuildBuildStateChange.Source
    • getLocation

      public final List<String> getLocation()
      Description copied from interface: CodeBuildBuildStateChange.Source
      (experimental) location property.

      Specify an array of string values to match this event if the actual value of location is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getLocation in interface CodeBuildBuildStateChange.Source
    • getType

      public final List<String> getType()
      Description copied from interface: CodeBuildBuildStateChange.Source
      (experimental) type property.

      Specify an array of string values to match this event if the actual value of type is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getType in interface CodeBuildBuildStateChange.Source
    • $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