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 class
QueryMarshallerContext.Builder
Builder for aQueryMarshallerContext
.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryMarshallerContext.Builder
builder()
QueryMarshallerRegistry
marshallerRegistry()
QueryProtocolMarshaller
protocolHandler()
SdkHttpFullRequest.Builder
request()
-
-
-
Method Detail
-
protocolHandler
public QueryProtocolMarshaller protocolHandler()
- Returns:
- Implementation of
ProtocolMarshaller
that 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.Builder
object 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
.
-
-