Class AWSAPICallViaCloudTrail.ResponseElements.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class AWSAPICallViaCloudTrail.ResponseElements.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AWSAPICallViaCloudTrail.ResponseElements
  • Constructor Details

  • Method Details

    • getLanguageCode

      public final List<String> getLanguageCode()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) languageCode property.

      Specify an array of string values to match this event if the actual value of languageCode 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:
      getLanguageCode in interface AWSAPICallViaCloudTrail.ResponseElements
    • getTranscriptionJob

      public final AWSAPICallViaCloudTrail.TranscriptionJob getTranscriptionJob()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) transcriptionJob property.

      Specify an array of string values to match this event if the actual value of transcriptionJob 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:
      getTranscriptionJob in interface AWSAPICallViaCloudTrail.ResponseElements
    • getVocabularyName

      public final List<String> getVocabularyName()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) vocabularyName property.

      Specify an array of string values to match this event if the actual value of vocabularyName 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:
      getVocabularyName in interface AWSAPICallViaCloudTrail.ResponseElements
    • getVocabularyState

      public final List<String> getVocabularyState()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) vocabularyState property.

      Specify an array of string values to match this event if the actual value of vocabularyState 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:
      getVocabularyState in interface AWSAPICallViaCloudTrail.ResponseElements
    • $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