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