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