Class AWSAPICallViaCloudTrail.PullRequestItem.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class AWSAPICallViaCloudTrail.PullRequestItem.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AWSAPICallViaCloudTrail.PullRequestItem
  • Constructor Details

  • Method Details

    • getDestinationCommit

      public final List<String> getDestinationCommit()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequestItem
      (experimental) destinationCommit property.

      Specify an array of string values to match this event if the actual value of destinationCommit 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:
      getDestinationCommit in interface AWSAPICallViaCloudTrail.PullRequestItem
    • getDestinationReference

      public final List<String> getDestinationReference()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequestItem
      (experimental) destinationReference property.

      Specify an array of string values to match this event if the actual value of destinationReference 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:
      getDestinationReference in interface AWSAPICallViaCloudTrail.PullRequestItem
    • getMergeBase

      public final List<String> getMergeBase()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequestItem
      (experimental) mergeBase property.

      Specify an array of string values to match this event if the actual value of mergeBase 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:
      getMergeBase in interface AWSAPICallViaCloudTrail.PullRequestItem
    • getMergeMetadata

      public final AWSAPICallViaCloudTrail.MergeMetadata getMergeMetadata()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequestItem
      (experimental) mergeMetadata property.

      Specify an array of string values to match this event if the actual value of mergeMetadata 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:
      getMergeMetadata in interface AWSAPICallViaCloudTrail.PullRequestItem
    • getRepositoryName

      public final List<String> getRepositoryName()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequestItem
      (experimental) repositoryName property.

      Specify an array of string values to match this event if the actual value of repositoryName 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:
      getRepositoryName in interface AWSAPICallViaCloudTrail.PullRequestItem
    • getSourceCommit

      public final List<String> getSourceCommit()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequestItem
      (experimental) sourceCommit property.

      Specify an array of string values to match this event if the actual value of sourceCommit 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:
      getSourceCommit in interface AWSAPICallViaCloudTrail.PullRequestItem
    • getSourceReference

      public final List<String> getSourceReference()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequestItem
      (experimental) sourceReference property.

      Specify an array of string values to match this event if the actual value of sourceReference 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:
      getSourceReference in interface AWSAPICallViaCloudTrail.PullRequestItem
    • $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