Class StartCodeInterpreterSessionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockagentcore.transform.StartCodeInterpreterSessionRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartCodeInterpreterSessionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartCodeInterpreterSessionRequest>- Parameters:
startCodeInterpreterSessionRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-