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