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