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