public abstract class BaseAwsStructuredJsonFactory extends Object implements StructuredJsonFactory
| Modifier and Type | Method and Description |
|---|---|
StructuredJsonGenerator |
createWriter(String contentType)
Returns the
StructuredJsonGenerator to be used for marshalling the request. |
ErrorCodeParser |
getErrorCodeParser(String customErrorCodeFieldName) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJsonFactorypublic StructuredJsonGenerator createWriter(String contentType)
StructuredJsonFactoryStructuredJsonGenerator to be used for marshalling the request.createWriter in interface StructuredJsonFactorycontentType - Content type to send for requests.public ErrorCodeParser getErrorCodeParser(String customErrorCodeFieldName)
getErrorCodeParser in interface StructuredJsonFactoryCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.