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