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