aws-sdk-java
aws-sdk-java copied to clipboard
Add default constructors to metadata classes
I am currently working with Textract and wanted to serialize and deserialize the GetDocumentTextDetectionResult using JSON ObjectMapper. However, it includes classes such as SdkHttpMetadata and ResponseMetadata which do not have default constructors, so I am unable to deserialize them.
I would like to contribute for this issue. I can begin working on it.