Class ImageSetDeleted.ImageSetDeletedProps.Jsii$Proxy

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

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

    • getDatastoreId

      public final List<String> getDatastoreId()
      Description copied from interface: ImageSetDeleted.ImageSetDeletedProps
      (experimental) datastoreId property.

      Specify an array of string values to match this event if the actual value of datastoreId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Filter with the Datastore reference

      Specified by:
      getDatastoreId in interface ImageSetDeleted.ImageSetDeletedProps
    • getEventMetadata

      public final AWSEventMetadataProps getEventMetadata()
      Description copied from interface: ImageSetDeleted.ImageSetDeletedProps
      (experimental) EventBridge event metadata.

      Default: - -

      Specified by:
      getEventMetadata in interface ImageSetDeleted.ImageSetDeletedProps
    • getImageSetId

      public final List<String> getImageSetId()
      Description copied from interface: ImageSetDeleted.ImageSetDeletedProps
      (experimental) imageSetId property.

      Specify an array of string values to match this event if the actual value of imageSetId 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:
      getImageSetId in interface ImageSetDeleted.ImageSetDeletedProps
    • getImageSetState

      public final List<String> getImageSetState()
      Description copied from interface: ImageSetDeleted.ImageSetDeletedProps
      (experimental) imageSetState property.

      Specify an array of string values to match this event if the actual value of imageSetState 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:
      getImageSetState in interface ImageSetDeleted.ImageSetDeletedProps
    • getImageSetWorkflowStatus

      public final List<String> getImageSetWorkflowStatus()
      Description copied from interface: ImageSetDeleted.ImageSetDeletedProps
      (experimental) imageSetWorkflowStatus property.

      Specify an array of string values to match this event if the actual value of imageSetWorkflowStatus 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:
      getImageSetWorkflowStatus in interface ImageSetDeleted.ImageSetDeletedProps
    • getImagingVersion

      public final List<String> getImagingVersion()
      Description copied from interface: ImageSetDeleted.ImageSetDeletedProps
      (experimental) imagingVersion property.

      Specify an array of string values to match this event if the actual value of imagingVersion 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:
      getImagingVersion in interface ImageSetDeleted.ImageSetDeletedProps
    • $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