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