Class AWSAPICallViaCloudTrail.MergeMetadata.Jsii$Proxy

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

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

  • Method Details

    • getIsMerged

      public final List<String> getIsMerged()
      Description copied from interface: AWSAPICallViaCloudTrail.MergeMetadata
      (experimental) isMerged property.

      Specify an array of string values to match this event if the actual value of isMerged 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:
      getIsMerged in interface AWSAPICallViaCloudTrail.MergeMetadata
    • getMergeCommitId

      public final List<String> getMergeCommitId()
      Description copied from interface: AWSAPICallViaCloudTrail.MergeMetadata
      (experimental) mergeCommitId property.

      Specify an array of string values to match this event if the actual value of mergeCommitId 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:
      getMergeCommitId in interface AWSAPICallViaCloudTrail.MergeMetadata
    • getMergedBy

      public final List<String> getMergedBy()
      Description copied from interface: AWSAPICallViaCloudTrail.MergeMetadata
      (experimental) mergedBy property.

      Specify an array of string values to match this event if the actual value of mergedBy 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:
      getMergedBy in interface AWSAPICallViaCloudTrail.MergeMetadata
    • getMergeOption

      public final List<String> getMergeOption()
      Description copied from interface: AWSAPICallViaCloudTrail.MergeMetadata
      (experimental) mergeOption property.

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