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