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-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModelInputProps
BedrockInvokeModelInputProps.Builder, BedrockInvokeModelInputProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theBedrockInvokeModelInputProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theBedrockInvokeModelInputProps.Builder.
-
-
Method Details
-
getS3InputUri
Description copied from interface:BedrockInvokeModelInputPropsThe 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:
getS3InputUriin interfaceBedrockInvokeModelInputProps
-
getS3Location
Description copied from interface:BedrockInvokeModelInputPropsS3 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:
getS3Locationin interfaceBedrockInvokeModelInputProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-