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