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