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