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