Class AWSAPICallViaCloudTrail.ResponseElements.Jsii$Proxy

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

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

  • Method Details

    • getActivityArn

      public final List<String> getActivityArn()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) activityArn property.

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

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

      public final List<String> getExecutionArn()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) executionArn property.

      Specify an array of string values to match this event if the actual value of executionArn 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:
      getExecutionArn in interface AWSAPICallViaCloudTrail.ResponseElements
    • getStartDate

      public final List<String> getStartDate()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) startDate property.

      Specify an array of string values to match this event if the actual value of startDate 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:
      getStartDate in interface AWSAPICallViaCloudTrail.ResponseElements
    • getStateMachineArn

      public final List<String> getStateMachineArn()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) stateMachineArn property.

      Specify an array of string values to match this event if the actual value of stateMachineArn 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:
      getStateMachineArn in interface AWSAPICallViaCloudTrail.ResponseElements
    • getStopDate

      public final List<String> getStopDate()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) stopDate property.

      Specify an array of string values to match this event if the actual value of stopDate 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:
      getStopDate in interface AWSAPICallViaCloudTrail.ResponseElements
    • getUpdateDate

      public final List<String> getUpdateDate()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) updateDate property.

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