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