Class ImageSetUpdated.ImageSetUpdatedProps.Jsii$Proxy

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

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

    • getDatastoreId

      public final List<String> getDatastoreId()
      Description copied from interface: ImageSetUpdated.ImageSetUpdatedProps
      (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 ImageSetUpdated.ImageSetUpdatedProps
    • getEventMetadata

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

      Default: - -

      Specified by:
      getEventMetadata in interface ImageSetUpdated.ImageSetUpdatedProps
    • getImageSetId

      public final List<String> getImageSetId()
      Description copied from interface: ImageSetUpdated.ImageSetUpdatedProps
      (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 ImageSetUpdated.ImageSetUpdatedProps
    • getImageSetState

      public final List<String> getImageSetState()
      Description copied from interface: ImageSetUpdated.ImageSetUpdatedProps
      (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 ImageSetUpdated.ImageSetUpdatedProps
    • getImageSetWorkflowStatus

      public final List<String> getImageSetWorkflowStatus()
      Description copied from interface: ImageSetUpdated.ImageSetUpdatedProps
      (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 ImageSetUpdated.ImageSetUpdatedProps
    • getImagingVersion

      public final List<String> getImagingVersion()
      Description copied from interface: ImageSetUpdated.ImageSetUpdatedProps
      (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 ImageSetUpdated.ImageSetUpdatedProps
    • $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