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