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