Class BedrockRuntimeRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.bedrockruntime.model.BedrockRuntimeRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
ApplyGuardrailRequest,ConverseRequest,ConverseStreamRequest,GetAsyncInvokeRequest,InvokeModelRequest,InvokeModelWithResponseStreamRequest,ListAsyncInvokesRequest,StartAsyncInvokeRequest
@Generated("software.amazon.awssdk:codegen") public abstract class BedrockRuntimeRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBedrockRuntimeRequest.Builderprotected static classBedrockRuntimeRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedBedrockRuntimeRequest(BedrockRuntimeRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract BedrockRuntimeRequest.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
equals, hashCode, overrideConfiguration
-
Methods inherited from class software.amazon.awssdk.core.SdkRequest
getValueForField
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
BedrockRuntimeRequest
protected BedrockRuntimeRequest(BedrockRuntimeRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract BedrockRuntimeRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-