Class InvokeAgentRuntimeRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockagentcore.transform.InvokeAgentRuntimeRequestMarshaller
- All Implemented Interfaces:
Marshaller<InvokeAgentRuntimeRequest>
@Generated("software.amazon.awssdk:codegen")
public class InvokeAgentRuntimeRequestMarshaller
extends Object
implements Marshaller<InvokeAgentRuntimeRequest>
InvokeAgentRuntimeRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionInvokeAgentRuntimeRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(InvokeAgentRuntimeRequest invokeAgentRuntimeRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
InvokeAgentRuntimeRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<InvokeAgentRuntimeRequest>
- Parameters:
invokeAgentRuntimeRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-