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