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