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