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