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