public final class QueryMarshallerContext extends Object
QueryProtocolUnmarshaller
.Modifier and Type | Class and Description |
---|---|
static class |
QueryMarshallerContext.Builder
Builder for a
QueryMarshallerContext . |
Modifier and Type | Method and Description |
---|---|
static QueryMarshallerContext.Builder |
builder() |
QueryMarshallerRegistry |
marshallerRegistry() |
QueryProtocolMarshaller |
protocolHandler() |
SdkHttpFullRequest.Builder |
request() |
public QueryProtocolMarshaller protocolHandler()
ProtocolMarshaller
that can be used to call back out to marshall structured data (i.e.
lists of objects).public QueryMarshallerRegistry marshallerRegistry()
public SdkHttpFullRequest.Builder request()
SdkHttpFullRequest.Builder
object that can be used to add headers, query params,
modify request URI, etc.public static QueryMarshallerContext.Builder builder()
QueryMarshallerContext
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.