Class SimpleTypeQueryMarshaller<T>

java.lang.Object
software.amazon.awssdk.protocols.query.internal.marshall.SimpleTypeQueryMarshaller<T>
Type Parameters:
T - Type being marshalled.
All Implemented Interfaces:
Marshaller<T>, QueryMarshaller<T>

@SdkInternalApi public final class SimpleTypeQueryMarshaller<T> extends Object implements QueryMarshaller<T>
Simple implementation of QueryMarshaller that converts a given value to a string using StringToValueConverter.StringToValue and emits it as a query param.