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