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