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