Class BedrockRuntimeResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.bedrockruntime.model.BedrockRuntimeResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
InvokeModelResponse
,InvokeModelWithResponseStreamResponse
@Generated("software.amazon.awssdk:codegen") public abstract class BedrockRuntimeResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BedrockRuntimeResponse.Builder
protected static class
BedrockRuntimeResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protected
BedrockRuntimeResponse(BedrockRuntimeResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BedrockRuntimeResponseMetadata
responseMetadata()
-
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, sdkFields
-
-
-
-
Constructor Detail
-
BedrockRuntimeResponse
protected BedrockRuntimeResponse(BedrockRuntimeResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public BedrockRuntimeResponseMetadata responseMetadata()
- Overrides:
responseMetadata
in classAwsResponse
-
-