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