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