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