Class MetadataConfig
java.lang.Object
software.amazon.awssdk.codegen.model.config.customization.MetadataConfig
Contains custom properties to override in service and intermediate model metadata.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the Custom value for Content Type Header.voidsetContentType(String contentType) voidsetProtocol(String protocol)  
- 
Constructor Details
- 
MetadataConfig
public MetadataConfig() 
 - 
 - 
Method Details
- 
getProtocol
 - 
setProtocol
 - 
getContentType
Gets the Custom value for Content Type Header. This customization is supported only for JSON protocol.- Returns:
 - contentType.
 
 - 
setContentType
 
 -