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