Class CreateBotRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.transform.CreateBotRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateBotRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateBotRequestMarshaller extends Object implements Marshaller<CreateBotRequest>
CreateBotRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description CreateBotRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(CreateBotRequest createBotRequest)
-
-
-
Constructor Detail
-
CreateBotRequestMarshaller
public CreateBotRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateBotRequest createBotRequest)
- Specified by:
marshallin interfaceMarshaller<CreateBotRequest>
-
-