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