Class ImageSetCopying.ImageSetCopyingProps.Jsii$Proxy

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

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

    • getDatastoreId

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

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

      Default: - -

      Specified by:
      getEventMetadata in interface ImageSetCopying.ImageSetCopyingProps
    • getImageSetId

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

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

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

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