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