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