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