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