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