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