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