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