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