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