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