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