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