Class BedrockAgentRuntimeResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CreateInvocationResponse,CreateSessionResponse,DeleteAgentMemoryResponse,DeleteSessionResponse,EndSessionResponse,GenerateQueryResponse,GetAgentMemoryResponse,GetExecutionFlowSnapshotResponse,GetFlowExecutionResponse,GetInvocationStepResponse,GetSessionResponse,InvokeAgentResponse,InvokeFlowResponse,InvokeInlineAgentResponse,ListFlowExecutionEventsResponse,ListFlowExecutionsResponse,ListInvocationsResponse,ListInvocationStepsResponse,ListSessionsResponse,ListTagsForResourceResponse,OptimizePromptResponse,PutInvocationStepResponse,RerankResponse,RetrieveAndGenerateResponse,RetrieveAndGenerateStreamResponse,RetrieveResponse,StartFlowExecutionResponse,StopFlowExecutionResponse,TagResourceResponse,UntagResourceResponse,UpdateSessionResponse
@Generated("software.amazon.awssdk:codegen") public abstract class BedrockAgentRuntimeResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBedrockAgentRuntimeResponse.Builderprotected static classBedrockAgentRuntimeResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedBedrockAgentRuntimeResponse(BedrockAgentRuntimeResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BedrockAgentRuntimeResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
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
-
BedrockAgentRuntimeResponse
protected BedrockAgentRuntimeResponse(BedrockAgentRuntimeResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public BedrockAgentRuntimeResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-