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