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