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