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