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