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