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