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