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