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