Class QueryMarshallerContext
- java.lang.Object
-
- software.amazon.awssdk.protocols.query.internal.marshall.QueryMarshallerContext
-
public final class QueryMarshallerContext extends Object
Dependencies needed byQueryProtocolUnmarshaller.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryMarshallerContext.BuilderBuilder for aQueryMarshallerContext.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryMarshallerContext.Builderbuilder()QueryMarshallerRegistrymarshallerRegistry()QueryProtocolMarshallerprotocolHandler()SdkHttpFullRequest.Builderrequest()
-
-
-
Method Detail
-
protocolHandler
public QueryProtocolMarshaller protocolHandler()
- Returns:
- Implementation of
ProtocolMarshallerthat can be used to call back out to marshall structured data (i.e. lists of objects).
-
marshallerRegistry
public QueryMarshallerRegistry marshallerRegistry()
- Returns:
- Marshaller registry to obtain marshaller implementations for nested types (i.e. lists of objects or maps of string to string).
-
request
public SdkHttpFullRequest.Builder request()
- Returns:
- Mutable
SdkHttpFullRequest.Builderobject that can be used to add headers, query params, modify request URI, etc.
-
builder
public static QueryMarshallerContext.Builder builder()
- Returns:
- Builder instance to construct a
QueryMarshallerContext.
-
-