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