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