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