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