Class VoiceIdSpeakerAction.Data.Jsii$Proxy

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

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

    • getEnrollmentSource

      public final List<String> getEnrollmentSource()
      Description copied from interface: VoiceIdSpeakerAction.Data
      (experimental) enrollmentSource property.

      Specify an array of string values to match this event if the actual value of enrollmentSource 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:
      getEnrollmentSource in interface VoiceIdSpeakerAction.Data
    • getEnrollmentSourceId

      public final List<String> getEnrollmentSourceId()
      Description copied from interface: VoiceIdSpeakerAction.Data
      (experimental) enrollmentSourceId property.

      Specify an array of string values to match this event if the actual value of enrollmentSourceId 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:
      getEnrollmentSourceId in interface VoiceIdSpeakerAction.Data
    • getEnrollmentStatus

      public final List<String> getEnrollmentStatus()
      Description copied from interface: VoiceIdSpeakerAction.Data
      (experimental) enrollmentStatus property.

      Specify an array of string values to match this event if the actual value of enrollmentStatus 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:
      getEnrollmentStatus in interface VoiceIdSpeakerAction.Data
    • $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