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