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