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