Class QueryMarshallerContext
java.lang.Object
software.amazon.awssdk.protocols.query.internal.marshall.QueryMarshallerContext
Dependencies needed by 
QueryProtocolUnmarshaller.- 
Nested Class SummaryNested Classes
- 
Method Summary
- 
Method Details- 
protocolHandler- Returns:
- Implementation of ProtocolMarshallerthat can be used to call back out to marshall structured data (i.e. lists of objects).
 
- 
marshallerRegistry- Returns:
- Marshaller registry to obtain marshaller implementations for nested types (i.e. lists of objects or maps of string to string).
 
- 
request- Returns:
- Mutable SdkHttpFullRequest.Builderobject that can be used to add headers, query params, modify request URI, etc.
 
- 
builder- Returns:
- Builder instance to construct a QueryMarshallerContext.
 
 
-