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