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