Class VoiceIdUpdateSessionAction.Session.Jsii$Proxy

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

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

    • getAuthenticationConfiguration

      public final VoiceIdUpdateSessionAction.AuthenticationConfiguration getAuthenticationConfiguration()
      Description copied from interface: VoiceIdUpdateSessionAction.Session
      (experimental) authenticationConfiguration property.

      Specify an array of string values to match this event if the actual value of authenticationConfiguration 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:
      getAuthenticationConfiguration in interface VoiceIdUpdateSessionAction.Session
    • getFraudDetectionConfiguration

      public final VoiceIdUpdateSessionAction.FraudDetectionConfiguration getFraudDetectionConfiguration()
      Description copied from interface: VoiceIdUpdateSessionAction.Session
      (experimental) fraudDetectionConfiguration property.

      Specify an array of string values to match this event if the actual value of fraudDetectionConfiguration 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:
      getFraudDetectionConfiguration in interface VoiceIdUpdateSessionAction.Session
    • getGeneratedSpeakerId

      public final List<String> getGeneratedSpeakerId()
      Description copied from interface: VoiceIdUpdateSessionAction.Session
      (experimental) generatedSpeakerId property.

      Specify an array of string values to match this event if the actual value of generatedSpeakerId 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:
      getGeneratedSpeakerId in interface VoiceIdUpdateSessionAction.Session
    • getSessionId

      public final List<String> getSessionId()
      Description copied from interface: VoiceIdUpdateSessionAction.Session
      (experimental) sessionId property.

      Specify an array of string values to match this event if the actual value of sessionId 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:
      getSessionId in interface VoiceIdUpdateSessionAction.Session
    • getSessionName

      public final List<String> getSessionName()
      Description copied from interface: VoiceIdUpdateSessionAction.Session
      (experimental) sessionName property.

      Specify an array of string values to match this event if the actual value of sessionName 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:
      getSessionName in interface VoiceIdUpdateSessionAction.Session
    • $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