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