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