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