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