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