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