Class CreateSdiSourceRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.medialive.transform.CreateSdiSourceRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateSdiSourceRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateSdiSourceRequest>- Parameters:
createSdiSourceRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-