java.lang.Object
software.amazon.awssdk.codegen.model.config.customization.MetadataConfig

public class MetadataConfig extends Object
Contains custom properties to override in service and intermediate model metadata.
  • Constructor Details

    • MetadataConfig

      public MetadataConfig()
  • Method Details

    • getProtocol

      public String getProtocol()
    • setProtocol

      public void setProtocol(String protocol)
    • getContentType

      public String getContentType()
      Gets the Custom value for Content Type Header. This customization is supported only for JSON protocol.
      Returns:
      contentType.
    • setContentType

      public void setContentType(String contentType)