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