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