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