Class AWSAPICallViaCloudTrail.Comment.Jsii$Proxy

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

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

    • getAuthorArn

      public final List<String> getAuthorArn()
      Description copied from interface: AWSAPICallViaCloudTrail.Comment
      (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.Comment
    • getClientRequestToken

      public final List<String> getClientRequestToken()
      Description copied from interface: AWSAPICallViaCloudTrail.Comment
      (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.Comment
    • getCommentId

      public final List<String> getCommentId()
      Description copied from interface: AWSAPICallViaCloudTrail.Comment
      (experimental) commentId property.

      Specify an array of string values to match this event if the actual value of commentId 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:
      getCommentId in interface AWSAPICallViaCloudTrail.Comment
    • getContent

      public final List<String> getContent()
      Description copied from interface: AWSAPICallViaCloudTrail.Comment
      (experimental) content property.

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

      public final List<String> getCreationDate()
      Description copied from interface: AWSAPICallViaCloudTrail.Comment
      (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.Comment
    • getDeleted

      public final List<String> getDeleted()
      Description copied from interface: AWSAPICallViaCloudTrail.Comment
      (experimental) deleted property.

      Specify an array of string values to match this event if the actual value of deleted 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:
      getDeleted in interface AWSAPICallViaCloudTrail.Comment
    • getInReplyTo

      public final List<String> getInReplyTo()
      Description copied from interface: AWSAPICallViaCloudTrail.Comment
      (experimental) inReplyTo property.

      Specify an array of string values to match this event if the actual value of inReplyTo 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:
      getInReplyTo in interface AWSAPICallViaCloudTrail.Comment
    • getLastModifiedDate

      public final List<String> getLastModifiedDate()
      Description copied from interface: AWSAPICallViaCloudTrail.Comment
      (experimental) lastModifiedDate property.

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