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