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