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