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