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