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