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