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