Class QueryProtocolMarshaller
- java.lang.Object
- 
- software.amazon.awssdk.protocols.query.internal.marshall.QueryProtocolMarshaller
 
- 
- All Implemented Interfaces:
- ProtocolMarshaller<SdkHttpFullRequest>
 
 public final class QueryProtocolMarshaller extends Object implements ProtocolMarshaller<SdkHttpFullRequest> Implementation ofProtocolMarshallerfor AWS Query services.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classQueryProtocolMarshaller.BuilderBuilder forQueryProtocolMarshaller.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryProtocolMarshaller.Builderbuilder()SdkHttpFullRequestmarshall(SdkPojo pojo)
 
- 
- 
- 
Method Detail- 
marshallpublic SdkHttpFullRequest marshall(SdkPojo pojo) - Specified by:
- marshallin interface- ProtocolMarshaller<SdkHttpFullRequest>
 
 - 
builderpublic static QueryProtocolMarshaller.Builder builder() - Returns:
- New QueryProtocolMarshaller.Builderinstance.
 
 
- 
 
-