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