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 ofProtocolMarshaller
for AWS Query services.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QueryProtocolMarshaller.Builder
Builder forQueryProtocolMarshaller
.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryProtocolMarshaller.Builder
builder()
SdkHttpFullRequest
marshall(SdkPojo pojo)
-
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(SdkPojo pojo)
- Specified by:
marshall
in interfaceProtocolMarshaller<SdkHttpFullRequest>
-
builder
public static QueryProtocolMarshaller.Builder builder()
- Returns:
- New
QueryProtocolMarshaller.Builder
instance.
-
-