Class AWSAPICallViaCloudTrail.PullRequest.Jsii$Proxy

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

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

    • getApprovalRules

      public final List<Object> getApprovalRules()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequest
      (experimental) approvalRules property.

      Specify an array of string values to match this event if the actual value of approvalRules 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:
      getApprovalRules in interface AWSAPICallViaCloudTrail.PullRequest
    • getAuthorArn

      public final List<String> getAuthorArn()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequest
      (experimental) authorArn property.

      Specify an array of string values to match this event if the actual value of authorArn 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:
      getAuthorArn in interface AWSAPICallViaCloudTrail.PullRequest
    • getClientRequestToken

      public final List<String> getClientRequestToken()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequest
      (experimental) clientRequestToken property.

      Specify an array of string values to match this event if the actual value of clientRequestToken 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:
      getClientRequestToken in interface AWSAPICallViaCloudTrail.PullRequest
    • getCreationDate

      public final List<String> getCreationDate()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequest
      (experimental) creationDate property.

      Specify an array of string values to match this event if the actual value of creationDate 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:
      getCreationDate in interface AWSAPICallViaCloudTrail.PullRequest
    • getDescription

      public final List<String> getDescription()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequest
      (experimental) description property.

      Specify an array of string values to match this event if the actual value of description 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:
      getDescription in interface AWSAPICallViaCloudTrail.PullRequest
    • getLastActivityDate

      public final List<String> getLastActivityDate()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequest
      (experimental) lastActivityDate property.

      Specify an array of string values to match this event if the actual value of lastActivityDate 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:
      getLastActivityDate in interface AWSAPICallViaCloudTrail.PullRequest
    • getPullRequestId

      public final List<String> getPullRequestId()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequest
      (experimental) pullRequestId property.

      Specify an array of string values to match this event if the actual value of pullRequestId 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:
      getPullRequestId in interface AWSAPICallViaCloudTrail.PullRequest
    • getPullRequestStatus

      public final List<String> getPullRequestStatus()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequest
      (experimental) pullRequestStatus property.

      Specify an array of string values to match this event if the actual value of pullRequestStatus 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:
      getPullRequestStatus in interface AWSAPICallViaCloudTrail.PullRequest
    • getPullRequestTargets

      public final List<AWSAPICallViaCloudTrail.PullRequestItem> getPullRequestTargets()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequest
      (experimental) pullRequestTargets property.

      Specify an array of string values to match this event if the actual value of pullRequestTargets 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:
      getPullRequestTargets in interface AWSAPICallViaCloudTrail.PullRequest
    • getRevisionId

      public final List<String> getRevisionId()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequest
      (experimental) revisionId property.

      Specify an array of string values to match this event if the actual value of revisionId 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:
      getRevisionId in interface AWSAPICallViaCloudTrail.PullRequest
    • getTitle

      public final List<String> getTitle()
      Description copied from interface: AWSAPICallViaCloudTrail.PullRequest
      (experimental) title property.

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