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