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