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