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