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