Class BedrockInvokeModelInputProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModelInputProps.Jsii$Proxy
All Implemented Interfaces:
BedrockInvokeModelInputProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
BedrockInvokeModelInputProps

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

    • getS3InputUri

      public final String getS3InputUri()
      Description copied from interface: BedrockInvokeModelInputProps
      The source location where the API response is written.

      This field can be used to specify s3 URI in the form of token

      Default: - The API response body is returned in the result.

      Specified by:
      getS3InputUri in interface BedrockInvokeModelInputProps
    • getS3Location

      public final Location getS3Location()
      Description copied from interface: BedrockInvokeModelInputProps
      S3 object to retrieve the input data from.

      If the S3 location is not set, then the Body must be set.

      Default: - Input data is retrieved from the `body` field

      Specified by:
      getS3Location in interface BedrockInvokeModelInputProps
    • $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