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