Blame | Last modification | View Log | RSS feed
package com.amazonaws.mws.model;/** Interface for Content-Type parameters that are appended to the Content-Type;* e.g. "charset=utf-8".** The toString method should be overriden to output the correct value in* key/value pair format separated by an equals sign.*/public interface ContentTypeParameter {}