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