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