public static AddCacheResultUnmarshaller GetInstance() { if (instance == null) { instance = new AddCacheResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { AddCacheResponse response = new AddCacheResponse(); context.Read(); response.AddCacheResult = AddCacheResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }