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