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