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