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