Class GuardDutyFinding.TaskDetails.Jsii$Proxy

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

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

    • getArn

      public final List<String> getArn()
      Description copied from interface: GuardDutyFinding.TaskDetails
      (experimental) arn property.

      Specify an array of string values to match this event if the actual value of arn 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:
      getArn in interface GuardDutyFinding.TaskDetails
    • getContainers

      public final List<GuardDutyFinding.TaskDetailsItem> getContainers()
      Description copied from interface: GuardDutyFinding.TaskDetails
      (experimental) containers property.

      Specify an array of string values to match this event if the actual value of containers 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:
      getContainers in interface GuardDutyFinding.TaskDetails
    • getCreatedAt

      public final List<String> getCreatedAt()
      Description copied from interface: GuardDutyFinding.TaskDetails
      (experimental) createdAt property.

      Specify an array of string values to match this event if the actual value of createdAt 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:
      getCreatedAt in interface GuardDutyFinding.TaskDetails
    • getDefinitionArn

      public final List<String> getDefinitionArn()
      Description copied from interface: GuardDutyFinding.TaskDetails
      (experimental) definitionArn property.

      Specify an array of string values to match this event if the actual value of definitionArn 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:
      getDefinitionArn in interface GuardDutyFinding.TaskDetails
    • getStartedAt

      public final List<String> getStartedAt()
      Description copied from interface: GuardDutyFinding.TaskDetails
      (experimental) startedAt property.

      Specify an array of string values to match this event if the actual value of startedAt 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:
      getStartedAt in interface GuardDutyFinding.TaskDetails
    • getStartedBy

      public final List<String> getStartedBy()
      Description copied from interface: GuardDutyFinding.TaskDetails
      (experimental) startedBy property.

      Specify an array of string values to match this event if the actual value of startedBy 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:
      getStartedBy in interface GuardDutyFinding.TaskDetails
    • getVersion

      public final List<String> getVersion()
      Description copied from interface: GuardDutyFinding.TaskDetails
      (experimental) version property.

      Specify an array of string values to match this event if the actual value of version 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:
      getVersion in interface GuardDutyFinding.TaskDetails
    • $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