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