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