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