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