Class ListPluginActionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.qbusiness.transform.ListPluginActionsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListPluginActionsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListPluginActionsRequest>- Parameters:
listPluginActionsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-