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