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