Class InvokeAgentRuntimeCommandResponse
java.lang.Object
software.amazon.awssdk.core.SdkResponse
software.amazon.awssdk.awscore.AwsResponse
software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreResponse
software.amazon.awssdk.services.bedrockagentcore.model.InvokeAgentRuntimeCommandResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<InvokeAgentRuntimeCommandResponse.Builder,InvokeAgentRuntimeCommandResponse>
@Generated("software.amazon.awssdk:codegen")
public final class InvokeAgentRuntimeCommandResponse
extends BedrockAgentCoreResponse
implements ToCopyableBuilder<InvokeAgentRuntimeCommandResponse.Builder,InvokeAgentRuntimeCommandResponse>
Response for InvokeAgentRuntimeCommand operation.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringbaggage()Additional context information for distributed tracing.builder()final StringThe MIME type of the response data.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe unique identifier of the runtime session in which the command was executed.static Class<? extends InvokeAgentRuntimeCommandResponse.Builder>final IntegerThe HTTP status code of the response.final StringtoString()Returns a string representation of this object.final StringtraceId()The trace identifier for request tracking.final StringThe parent trace information for distributed tracing.final StringThe trace state information for distributed tracing.Methods inherited from class software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
runtimeSessionId
The unique identifier of the runtime session in which the command was executed.
- Returns:
- The unique identifier of the runtime session in which the command was executed.
-
traceId
The trace identifier for request tracking.
- Returns:
- The trace identifier for request tracking.
-
traceParent
The parent trace information for distributed tracing.
- Returns:
- The parent trace information for distributed tracing.
-
traceState
The trace state information for distributed tracing.
- Returns:
- The trace state information for distributed tracing.
-
baggage
Additional context information for distributed tracing.
- Returns:
- Additional context information for distributed tracing.
-
contentType
The MIME type of the response data. This indicates how to interpret the response data. Common values include application/json for JSON data.
- Returns:
- The MIME type of the response data. This indicates how to interpret the response data. Common values include application/json for JSON data.
-
statusCode
The HTTP status code of the response. A status code of 200 indicates a successful operation. Other status codes indicate various error conditions.
- Returns:
- The HTTP status code of the response. A status code of 200 indicates a successful operation. Other status codes indicate various error conditions.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InvokeAgentRuntimeCommandResponse.Builder,InvokeAgentRuntimeCommandResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-