Class UpdateLibraryItemMetadataRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.qapps.transform.UpdateLibraryItemMetadataRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateLibraryItemMetadataRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateLibraryItemMetadataRequestMarshaller
extends Object
implements Marshaller<UpdateLibraryItemMetadataRequest>
UpdateLibraryItemMetadataRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdateLibraryItemMetadataRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateLibraryItemMetadataRequest updateLibraryItemMetadataRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateLibraryItemMetadataRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(UpdateLibraryItemMetadataRequest updateLibraryItemMetadataRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateLibraryItemMetadataRequest>
- Parameters:
- updateLibraryItemMetadataRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-