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