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