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