Class DeleteLaunchConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.autoscaling.transform.DeleteLaunchConfigurationRequestMarshaller
- All Implemented Interfaces:
Marshaller<DeleteLaunchConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
public class DeleteLaunchConfigurationRequestMarshaller
extends Object
implements Marshaller<DeleteLaunchConfigurationRequest>
DeleteLaunchConfigurationRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionDeleteLaunchConfigurationRequestMarshaller
(AwsQueryProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
DeleteLaunchConfigurationRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest) Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DeleteLaunchConfigurationRequest>
- Parameters:
deleteLaunchConfigurationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-