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