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