Class BedrockAgentRuntimeRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CreateInvocationRequest,CreateSessionRequest,DeleteAgentMemoryRequest,DeleteSessionRequest,EndSessionRequest,GenerateQueryRequest,GetAgentMemoryRequest,GetExecutionFlowSnapshotRequest,GetFlowExecutionRequest,GetInvocationStepRequest,GetSessionRequest,InvokeAgentRequest,InvokeFlowRequest,InvokeInlineAgentRequest,ListFlowExecutionEventsRequest,ListFlowExecutionsRequest,ListInvocationsRequest,ListInvocationStepsRequest,ListSessionsRequest,ListTagsForResourceRequest,OptimizePromptRequest,PutInvocationStepRequest,RerankRequest,RetrieveAndGenerateRequest,RetrieveAndGenerateStreamRequest,RetrieveRequest,StartFlowExecutionRequest,StopFlowExecutionRequest,TagResourceRequest,UntagResourceRequest,UpdateSessionRequest
@Generated("software.amazon.awssdk:codegen") public abstract class BedrockAgentRuntimeRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBedrockAgentRuntimeRequest.Builderprotected static classBedrockAgentRuntimeRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedBedrockAgentRuntimeRequest(BedrockAgentRuntimeRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract BedrockAgentRuntimeRequest.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
-
BedrockAgentRuntimeRequest
protected BedrockAgentRuntimeRequest(BedrockAgentRuntimeRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract BedrockAgentRuntimeRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-