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